Skip to content

Commit

Permalink
Add instructions on Cloud Identity values (hashicorp#4577) (hashicorp…
Browse files Browse the repository at this point in the history
…#3044)

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Mar 10, 2021
1 parent 04a75c8 commit 5110e33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changelog/4577.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:none
```
5 changes: 5 additions & 0 deletions google-beta/provider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,15 @@ var orgEnvVars = []string{
"GOOGLE_ORG",
}

// This value is the Customer ID of the GOOGLE_ORG_DOMAIN workspace.
// See https://admin.google.com/ac/accountsettings when logged into an org admin for the value.
var custIdEnvVars = []string{
"GOOGLE_CUST_ID",
}

// This value is the username of an identity account within the GOOGLE_ORG_DOMAIN workspace.
// For example in the org example.com with a user "[email protected]", this would be set to "foo".
// See https://admin.google.com/ac/users when logged into an org admin for a list.
var identityUserEnvVars = []string{
"GOOGLE_IDENTITY_USER",
}
Expand Down

0 comments on commit 5110e33

Please sign in to comment.