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

[terraform-ibm-landing-zone] Revert provider visibility change and plug test gap #928

Closed
ocofaigh opened this issue Dec 10, 2024 · 0 comments · Fixed by #930
Closed

[terraform-ibm-landing-zone] Revert provider visibility change and plug test gap #928

ocofaigh opened this issue Dec 10, 2024 · 0 comments · Fixed by #930
Assignees

Comments

@ocofaigh
Copy link
Member

There is a known provider bug (fix is coming in this PR) when setting the provider visibility to private related to resource tags. My understanding is it only happens in some regions. For example, us-east has an issue, but us-south does not.

This is the error you get:

2024/12/09 10:07:38 Terraform plan | Error: ---
 2024/12/09 10:07:38 Terraform plan | id: terraform-e872e09b
 2024/12/09 10:07:38 Terraform plan | summary: "1 error occurred:\n\t* Get \"https://tags.private.us-east.global-search-tagging.cloud.ibm.com/v3/tags?tag_type=access\":
 2024/12/09 10:07:38 Terraform plan |   dial tcp: lookup tags.private.us-east.global-search-tagging.cloud.ibm.com on 172.21.0.10:53:
 2024/12/09 10:07:38 Terraform plan |   no such host\n\n"

The landing zone catalog validation tests are failing with this error, since they tried to deploy to us-east. I think we need to revert the PR #921 until the provider is fixed and new version released.

Ideally we should of caught this in the PR tests, when reverting, can we also ensure that we have at least 1 private test running in schematics, passing a value for tags and running in us-east (its ok to hard code one of the test to use us-east with a code comment linking to this issue)

@ocofaigh ocofaigh changed the title [terraform-ibm-landing-zone] Revert provider visibility change and plus test gap [terraform-ibm-landing-zone] Revert provider visibility change and plug test gap Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants