Skip to content

Commit

Permalink
Add admin_groups field to the containerattached resource. (#9300) (te…
Browse files Browse the repository at this point in the history
…rraform-google-modules#573)

* Add admin_groups field to the containerattached  resource.

* Fix whitespace

---------


[upstream:2b8e116823807cf5e80bc989ce485f4a68ac9bbf]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Oct 19, 2023
1 parent 8dc8929 commit cb33478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container_attached_cluster_full/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ resource "google_container_attached_cluster" "primary" {
}
authorization {
admin_users = [ "user1@example.com", "user2@example.com"]
admin_groups = [ "group1@example.com", "group2@example.com"]
}
oidc_config {
issuer_url = "https://oidc.issuer.url"
Expand Down

0 comments on commit cb33478

Please sign in to comment.