Skip to content

Commit

Permalink
allow underscores in names
Browse files Browse the repository at this point in the history
  • Loading branch information
cornfeedhobo committed Jan 17, 2025
1 parent 4813f3e commit e810c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module "log_group_label" {
version = "0.25.0"

# Allow forward slashes
regex_replace_chars = "/[^a-zA-Z0-9-\\/]/"
regex_replace_chars = "/[^a-zA-Z0-9-_\\/]/"

context = module.this.context
}
Expand Down

0 comments on commit e810c1b

Please sign in to comment.