terraform-null-label
terraform-null-label copied to clipboard
Valid resource characters are being replaced by null label module.
trafficstars
Found a bug? Maybe our Slack Community can help.
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:
- Use
tfr:///cloudposse/ecr/aws//.?version=0.38.0terraform module - Set name
a/b - 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. :)