-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: google-anyscale-iam: IAM SA Desc when passing in a CloudID (#42)
* fix: IAM SA Desc when passing in a CloudID When passing in an Cloud ID, the SA description was trying to add var.google_region however this variable was always null. This caused the IAM SA to fail to create. Additional updates to pre-commit-config.yaml to update to the latest hook versions. On branch brent/fix-iam-sa-desc Changes to be committed: modified: .pre-commit-config.yaml modified: modules/google-anyscale-iam/README.md new file: modules/google-anyscale-iam/data.tf modified: modules/google-anyscale-iam/gke-sa.tf * upd: CHANGELOG to reflect recent changes. This hasn't been updated in a while. I pulled changes from release descriptions and updated. Changes to be committed: modified: CHANGELOG.md * fix: Additional description updates Additional updates to use the data source for region when a cloud id is passed in. Changes to be committed: modified: ../../modules/google-anyscale-iam/gke-sa.tf modified: ../../modules/google-anyscale-iam/main.tf
- Loading branch information
1 parent
e0e86b7
commit 70bace4
Showing
6 changed files
with
141 additions
and
5 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
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
data "google_client_config" "current" {} |
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