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
Affected Resource(s)
resource_ibm_is_virtual_endpoint_gateway
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
I should be able to create a VPE with a name that is 63 characters or fewer.
Actual Behavior
I get an error stating I cannot exceed 40 characters. I've verified a VPE can have 63 characters by going into the VPE UI and creating a VPE with the same name that terraform attempted to create one with.
Error: "name" ("d.....-us-south-sha...-ko9cvo9t2h0hlqfpbdps1ijz4euz67ql8ehot0cj") should not exceed 40 characters
Steps to Reproduce
terraform apply
Important Factoids
References
#0000
The text was updated successfully, but these errors were encountered:
Community Note
Terraform CLI and Terraform IBM Provider Version
Affected Resource(s)
resource_ibm_is_virtual_endpoint_gateway
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
Panic Output
Expected Behavior
I should be able to create a VPE with a name that is 63 characters or fewer.
Actual Behavior
I get an error stating I cannot exceed 40 characters. I've verified a VPE can have 63 characters by going into the VPE UI and creating a VPE with the same name that terraform attempted to create one with.
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: