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

Address acc tests failures with higher TF versions by removing unused output block from acctest configs #18164

Conversation

modular-magician
Copy link
Collaborator

Fixes: #18109

In the context of the IAM tests that are generated from this example config, this output block triggers a bug present in Terraform 1.4.0 up to 1.8.3 (latest release).

I've raised that bug internally, but this edit to the test will enable it to pass again. The output isn't being used by any tests, so removing it seems ok to me.

Release Note Template for Downstream PRs (will be copied)


Derived from GoogleCloudPlatform/magic-modules#10720

… output block from acctest configs (hashicorp#10720)

[upstream:0858475915a9c5376728c859b432910267456e6f]

Signed-off-by: Modular Magician <magic-modules@google.com>
@modular-magician modular-magician merged commit befd4e8 into hashicorp:main May 16, 2024
4 checks passed
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): TestAccCloudfunctions2functionIam*
1 participant