Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix google_iam_deny_policy tests #6557

Conversation

modular-magician
Copy link
Collaborator

fixes hashicorp/terraform-provider-google#11509

The tests failed and returned the error that the caller doesn't have the permission to delete the created project.

The deny policy created in the tests is to prevent the deletion of projects. After the deny policy is deleted, it takes time to propagate in the system. The delay could cause the failure to delete the project.

Release Note Template for Downstream PRs (will be copied)


Derived from GoogleCloudPlatform/magic-modules#9321

[upstream:6c5551f3d1e0cd9ab6c17ce003a4c0bd6f4f565b]

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician merged commit 5899b9e into hashicorp:main Oct 23, 2023
4 checks passed
@modular-magician modular-magician deleted the downstream-pr-6c5551f3d1e0cd9ab6c17ce003a4c0bd6f4f565b branch November 16, 2024 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing test(s): TestAccIAM2DenyPolicy_iamDenyPolicyUpdate
1 participant