terraform-null-label icon indicating copy to clipboard operation
terraform-null-label copied to clipboard

Valid resource characters are being replaced by null label module.

Open perplexa opened this issue 2 years ago • 0 comments
trafficstars

Found a bug? Maybe our Slack Community can help.

Slack Community

Describe the Bug

Valid resource character / is being replaced in ECR's name variable.

Expected Behavior

Valid resource character / is not being replaced in ECR's name variable.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Use tfr:///cloudposse/ecr/aws//.?version=0.38.0 terraform module
  2. Set name a/b
  3. Name becomes ab

Edit: I added / manually to regex_replace_chars for the time being but it would be nice to change the default to include slashes. :)

perplexa avatar Oct 13 '23 12:10 perplexa