We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e7cd5 commit efe0a9fCopy full SHA for efe0a9f
terraform/modules/services/eb_app/variables.tf
@@ -81,8 +81,8 @@ variable container-port-mappings {
81
host : "The port number on your host machine where you want to receive traffic"
82
}
83
container-port-mappings : "Mapping of ports to and from container"
84
- default = [{"host":"80", "to":"container"}]
85
EOT
+ default = [{"host":"80", "container":"80"}]
86
87
88
// EB configuration --------------------------------------------------------
0 commit comments