Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Commit

Permalink
Release: 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
DeviaVir committed Jan 21, 2019
1 parent 0ea3c35 commit 6637cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GOVERSION := 1.11
PROJECT := github.com/DeviaVir/terraform-provider-gsuite
OWNER := $(notdir $(patsubst %/,%,$(dir $(PROJECT))))
NAME := $(notdir $(PROJECT))
VERSION := 0.1.13
VERSION := 0.1.14
EXTERNAL_TOOLS = \
github.com/golang/dep/cmd/dep

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ resource "gsuite_user" "user" {

//
// NOTICE
// If you get a and error when applying schema changes such as:
// If you get an error when applying schema changes such as:
//
// `googleapi: Error 400: Invalid Input: custom_schema, invalid
//
Expand All @@ -220,7 +220,6 @@ resource "gsuite_user" "user" {
name = "test-schema"
value = "${data.gsuite_user_attributes.test.json}"
}

// Set attributes on the user for the `additional-details` custom schema.
custom_schema {
name = "additional-details"
Expand Down

0 comments on commit 6637cc3

Please sign in to comment.