ibm_cos_bucket doesn't have the right value for s3_endpoint_public
when endpoint_type
is set to private
#5404
Labels
service/Object Storage
Issues related to Cloud Object Storage
service/Resource Management
Issues related to Resource Manager or Resource controller Issues
Community Note
When we create
ibm_cos_bucket
resource using ibm provider and we setendpoint_type
to private thens3_endpoint_public
hasprivate
endpoint instead ofpublic
.Terraform CLI and Terraform IBM Provider Version
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
https://gist.github.com/akocbek/4e181df0042eb670f158461e55c24f4e
Panic Output
Expected Behavior
s3_endpoint_public
output variable should have public endpoint, whenendpoint_type
input variable is set toprivate
Actual Behavior
s3_endpoint_public
output variable has private endpoint, whenendpoint_type
input variable is set toprivate
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: