-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from mineiros-io/zied/upgrade-provider-version
feat: add support for provider version 6.x
- Loading branch information
Showing
5 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
terraform 1.5.7 | ||
terramate 0.4.5 | ||
terramate 0.11.2 | ||
tflint 0.50.2 | ||
pre-commit 3.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,6 +106,10 @@ See [variables.tf] and [examples/] for details and use-cases. | |
- `serviceAccount:{emailid}`: An email address that represents a service account. For example, [email protected]. | ||
- `group:{emailid}`: An email address that represents a Google group. For example, [email protected]. | ||
- `domain:{domain}`: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com. | ||
- `iamMember:{principal}`: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet). | ||
- `projectOwners`: A special identifier that represents the Owners of the project of the dataset. | ||
- `projectReaders`: A special identifier that represents the Viewers of the project of the dataset. | ||
- `projectWriters`: A special identifier that represents the Editors of the project of the dataset. | ||
|
||
Default is `[]`. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,6 +143,10 @@ section { | |
- `serviceAccount:{emailid}`: An email address that represents a service account. For example, [email protected]. | ||
- `group:{emailid}`: An email address that represents a Google group. For example, [email protected]. | ||
- `domain:{domain}`: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com. | ||
- `iamMember:{principal}`: Some other type of member that appears in the IAM Policy but isn't a user, group, domain, or special group. This is used for example for workload/workforce federated identities (principal, principalSet). | ||
- `projectOwners`: A special identifier that represents the Owners of the project of the dataset. | ||
- `projectReaders`: A special identifier that represents the Viewers of the project of the dataset. | ||
- `projectWriters`: A special identifier that represents the Editors of the project of the dataset. | ||
END | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters