You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a gcp bucket created using the module version 6.1. A colleague has added a service account through the permissions tab on the bucket but when i launch a terraform plan it doesn't detect the modification.
I guess there's something regarding the IAM resource included in the module.
What's happening please ?
Thanks.
Terraform : 1.8
Bucket module : 6.1
Expected behavior
No response
Observed behavior
No response
Terraform Configuration
module"xxxxxxxx" {
source="terraform-google-modules/cloud-storage/google"names=["xxxxxxx"]
version=">= 6.1.0"project_id=var.project_namelocation=var.regionpublic_access_prevention="inherited"set_viewer_roles=trueset_admin_roles=trueadmins=["group:[email protected]", "group:[email protected]"]
bucket_viewers={
role ="roles/storage.objectViewer"
member ="[email protected]"
}
bucket_policy_only={
"xxxxxx"=false
}
}
Terraform Version
1.8
Additional information
No response
The text was updated successfully, but these errors were encountered:
TL;DR
Hello,
I have a gcp bucket created using the module version 6.1. A colleague has added a service account through the permissions tab on the bucket but when i launch a terraform plan it doesn't detect the modification.
I guess there's something regarding the IAM resource included in the module.
What's happening please ?
Thanks.
Terraform : 1.8
Bucket module : 6.1
Expected behavior
No response
Observed behavior
No response
Terraform Configuration
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: