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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
If an issue is assigned to a user, that user is claiming responsibility for the issue.
Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to
│ module.user-archive["stg"].google_storage_bucket_iam_member.consumer_access_to_accounts[0],
│ provider "provider[\"registry.terraform.io/hashicorp/google\"]" produced an
│ unexpected new value: Root object was present, but now absent.
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
terraform imports fail with:
Error: Cannot find binding for "storage bucket \"b/adahealth_user_archive_accounts_stg\"" with role "roles/storage.objectUser", member "group:team-consumer@example.com", and condition title ""
Steps to reproduce
terraform plan -var-file=config.tfvars
terraform apply
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
After many tries with the code of the shared resources (consumer_access_to_accounts and consumer_access_to_assessments) everything works fine, even with the examples of terraform registry (link here).
Both resources were created successfully and registered in the tfstate file. I suggest you check the configuration of your module and environment variables because I noticed nomenclature errors like this:
role. = "roles/storage.objectUser" -> needs to be role = "roles/storage.objectUser" without the .
Community Note
Terraform Version & Provider Version(s)
Affected Resource(s)
google_storage_bucket_iam_member
sTerraform Configuration
config.tfvars
:main.tf
(caller):The
user-archive
module:Debug Output
No response
Can't share details in the debug log.
Expected Behavior
google_storage_bucket_iam_member
s are createdgoogle_storage_bucket_iam_member
s get added to the Terraform stateActual Behavior
google_storage_bucket_iam_member
s are createdgoogle_storage_bucket_iam_member
s are not being added to the Terraform stateterraform apply
fails with:terraform import
s fail with:Steps to reproduce
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: