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 other comments that do not add relevant new information or questions, 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
Terraform CLI and Terraform IBM Provider Version
TF: 1.3.7 (I believe)
IBM TF: 1.56.0
Affected Resource(s)
ibm_is_*. (unlear if it affects all VPC resources, but whenever Global Search and Global Tagging are used)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
# Copy-paste your Terraform configurations here - for large Terraform configs,# please share a link to the ZIP file.
Debug Output
This code is generating the Global Search private endpoint, using a regional url
While the doc for VPC expects a global private endpoint.
time="2023-09-18T18:03:29Z" level=error msg=" with module.vpc.ibm_is_security_group.cluster_wide,"
time="2023-09-18T18:03:29Z" level=error msg=" on vpc/security-groups.tf line 12, in resource \"ibm_is_security_group\" \"cluster_wide\":"
time="2023-09-18T18:03:29Z" level=error msg=" 12: resource \"ibm_is_security_group\" \"cluster_wide\" {"
time="2023-09-18T18:03:29Z" level=error
time="2023-09-18T18:03:29Z" level=error
time="2023-09-18T18:03:29Z" level=error msg="Error: 1 error occurred:"
time="2023-09-18T18:03:29Z" level=error msg="\t* Get \"https://tags.private.us-east.global-search-tagging.cloud.ibm.com/v3/tags?tag_type=access\": dial tcp: lookup tags.private.us-east.global-search-tagging.cloud.ibm.com on 127.0.0.53:53: no such host"
Panic Output
Expected Behavior
Proper endpoints for Global Search and Global Tagging based on private endpoint enablement, for example, using a VPC private endpoint. Without having to also set additional private endpoints unexpectedly.
Actual Behavior
Global Search and Global Tagging private endpoints built within the TF provider, appear invalid based on documentation (nor can I create VPE's for those regional endpoints, only global).
Steps to Reproduce
Attempt to create VPC resources, specifying a private VPC endpoint.
We are also seeing the same behavior when setting provider visibility to private and setting the access_tags property of the ibm_is_vpc. If we are deploying to a region not in the classic endpoint list (like us-east or ca-tor) we see this error during terraform plan time:
2024/12/10 18:05:25 Terraform plan | Error: ---
2024/12/10 18:05:25 Terraform plan | id: terraform-e872e09b
2024/12/10 18:05:25 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/10 18:05:25 Terraform plan | dial tcp: lookup tags.private.us-east.global-search-tagging.cloud.ibm.com on 172.21.0.10:53:
2024/12/10 18:05:25 Terraform plan | no such host\n\n"
2024/12/10 18:05:25 Terraform plan | severity: error
2024/12/10 18:05:25 Terraform plan | resource: ibm_is_vpc
2024/12/10 18:05:25 Terraform plan | operation: CustomizeDiff
2024/12/10 18:05:25 Terraform plan | component:
2024/12/10 18:05:25 Terraform plan | name: github.com/IBM-Cloud/terraform-provider-ibm
2024/12/10 18:05:25 Terraform plan | version: 1.71.3
2024/12/10 18:05:25 Terraform plan | ---
Community Note
Terraform CLI and Terraform IBM Provider Version
TF: 1.3.7 (I believe)
IBM TF: 1.56.0
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
This code is generating the Global Search private endpoint, using a regional url
terraform-provider-ibm/ibm/conns/config.go
Line 1968 in 0b2c15e
While the doc for VPC expects a global private endpoint.
This code is generating the Global Tagging private endpoint, using a regional url
terraform-provider-ibm/ibm/conns/config.go
Line 1939 in 0b2c15e
While the doc for VPC expects a global private endpoint.
Panic Output
Expected Behavior
Proper endpoints for Global Search and Global Tagging based on private endpoint enablement, for example, using a VPC private endpoint. Without having to also set additional private endpoints unexpectedly.
Actual Behavior
Global Search and Global Tagging private endpoints built within the TF provider, appear invalid based on documentation (nor can I create VPE's for those regional endpoints, only global).
Steps to Reproduce
Important Factoids
References
The text was updated successfully, but these errors were encountered: