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.
After executing the following code with a malformed user for the google_alloydb_user.user_id argument terraform returns an expected error saying that it is not possible to create the resource, but the resource was saved on the tfstate file and the resources can't be deleted through terraform or CLI, but I was able to delete them from the console (1st the instance and then the instance)
Community Note
Terraform Version & Provider Version(s)
Terraform v1.9.4
on darwin_arm64
Affected Resource(s)
Terraform Configuration
Debug Output
Expected Behavior
It added the user regardless , should have failed in the plan by doing a validation of some sort on the alloydb_user resource.
Actual Behavior
Shouldn't of been able to add the malformed user in the first place. And since it was added we couldn't delete it via command line.
Steps to reproduce
gcloud alloydb users delete 'group:[email protected]' --cluster=alloydb-cluster-name --region=us-central1 --verbosity=debug --project=our-project-dev-00
Important Factoids
No response
References
No response
b/388156084
The text was updated successfully, but these errors were encountered: