Skip to content

Commit efe0a9f

Browse files
committed
fix default
1 parent 62e7cd5 commit efe0a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/modules/services/eb_app/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ variable container-port-mappings {
8181
host : "The port number on your host machine where you want to receive traffic"
8282
}
8383
container-port-mappings : "Mapping of ports to and from container"
84-
default = [{"host":"80", "to":"container"}]
8584
EOT
85+
default = [{"host":"80", "container":"80"}]
8686
}
8787

8888
// EB configuration --------------------------------------------------------

0 commit comments

Comments
 (0)