Closed FrenchBen closed 6 years ago
@FrenchBen From terraform we will try to remove the limitation of adding protocols during creation. Will let you know once the fix is available.
@FrenchBen The fix is available in the latest build located at https://github.com/IBM-Cloud/terraform-provider-ibm/releases/tag/v0.9.1
After a previous deployment had an error, the following terraform refresh (during apply) will trigger a golang panic.
Terraform Version
Terraform v0.11.6
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Debug Output
The above will trigger a 500 error:
Remove the extra
8080
entry and runterraform apply
orterraform refresh
- Notice the panicPanic Output
Expected Behavior
TF not to panic and for the apply/refresh to work
Actual Behavior
TF panics and you can no longer do anything
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
terraform apply