Skip to content

Commit

Permalink
Add instructions on Cloud Identity values (GoogleCloudPlatform#4577)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson authored Mar 10, 2021
1 parent 88e1641 commit 9975c35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mmv1/third_party/terraform/utils/provider_test.go.erb
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,16 @@ 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 9975c35

Please sign in to comment.