Closed drebes closed 5 years ago
I'm going to lock this issue because it has been closed for 30 days โณ. This helps our maintainers find and focus on the active issues.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error ๐ค ๐ , please reach out to my human friends ๐ hashibot-feedback@hashicorp.com. Thanks!
Community Note
Terraform Version
$ terraform -v Terraform v0.12.3
Affected Resource(s)
Terraform Configuration Files
Debug Output
Panic Output
No panic.
Expected Behavior
Audit log configuration is set for the org.
Actual Behavior
Audit log configuration is not changed.
Steps to Reproduce
terraform apply
Important Factoids
References
The issue seems to be related to
resourcemanager.organizations.setIamPolicy
supporting anupdateMask
which the provider is not passing (the default mask if omitted is "bindings, etag" according to the API docs, which explains why IAM bindings work:https://github.com/terraform-providers/terraform-provider-google/blob/master/google/iam_organization.go#L44