Skip to content

kong2tf bug when using a . #1752

@mheap

Description

@mheap

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions