Skip to content

Commit ca6f022

Browse files
jasonwalshjasonwalsh
authored andcommitted
fix: Support negative values for ulimits
1 parent 25c9b04 commit ca6f022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ locals {
8484
# re2 ASCII character classes
8585
# https://github.com/google/re2/wiki/Syntax
8686
classes = {
87-
digit = "/\"([[:digit:]]+)\"/"
87+
digit = "/\"(-[[:digit:]]|[[:digit:]]+)\"/"
8888
}
8989

9090
container_definitions = "${replace(data.template_file.container_definitions.rendered, "/\"(null)\"/", "$1")}"

0 commit comments

Comments
 (0)