-
Notifications
You must be signed in to change notification settings - Fork 133
Description
There's an error in kong2tf. When using a consumer with username that includes . like demo.some_value. Terraform will throw and error when we use the generated resources.
│ Error: Invalid resource name
│
│ on cp.tf line 20, in resource "konnect_gateway_acl" "demo.some_value":
│ 20: resource "konnect_gateway_acl" "demo.some_value" {
│
│ A name must start with a letter or underscore and may contain only letters, digits, underscores, and dashes.
Reactions are currently unavailable