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
Error: "name" ("icmp_outbound") of "rules" on resource "ibm_is_network_acl" should contain only lowercase alphanumeric,dash and should begin with lowercase character
Actual Behavior
ibm_is_network_acl.vpc_subnet_acl: Destroying... [id=xxxx-xxxx]
ibm_is_network_acl.vpc_subnet_acl: Destruction complete after 1s
ibm_is_network_acl.vpc_subnet_acl: Creating...
Error: {"errors":[{"code":"bad_field","message":"Invalid json payload provided","target":{"name":"name","type":"field"}}],"trace":"xxxx-xxxx"}
on vsi.tf line 127, in resource "ibm_is_network_acl" "vpc_subnet_acl":
127: resource "ibm_is_network_acl" "vpc_subnet_acl" {
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
Fixed by replacing underscore _ with dash -, as performed in all other names, but error message does not suggest where to perform fix to Terraform Configuration File
References
Similar to other issue regarding validation of name input fields:
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Expected Behavior
Error: "name" ("icmp_outbound") of "rules" on resource "ibm_is_network_acl" should contain only lowercase alphanumeric,dash and should begin with lowercase character
Actual Behavior
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
Fixed by replacing underscore
_
with dash-
, as performed in all other names, but error message does not suggest where to perform fix to Terraform Configuration FileReferences
Similar to other issue regarding validation of name input fields:
The text was updated successfully, but these errors were encountered: