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
terraform -v
Terraform v1.5.7
on darwin_amd64
+ provider registry.terraform.io/ibm-cloud/ibm v1.57.0
Affected Resource(s)
ibm_sm_public_certificate
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Community Note
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/vbontempi/4f8c0cd98f00ae45b1604efdd6e819b5
Panic Output
N/A
Expected Behavior
Certificate created not bundled in the same way it is performed by the IBM Cloud UI
Actual Behavior
Secret created in bundled version
By looking at the trace.log (available in the gist) the create certificate request contains the following configuration
"bundle_certs":true
even if the
bundle_certs
variable is set to falsehttps://gist.github.com/vbontempi/4f8c0cd98f00ae45b1604efdd6e819b5#file-trace-log-L187
Steps to Reproduce
terraform apply
Important Factoids
N/A
The text was updated successfully, but these errors were encountered: