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 2cc424c commit f38e0d1Copy full SHA for f38e0d1
terraform/dev/variables.tf
@@ -18,6 +18,11 @@ variable "ecs_task_definitions_base" {
18
container_image = optional(string)
19
execution_role_arn = optional(string)
20
task_role_arn = optional(string)
21
+ port_mappings = optional(list(object({
22
+ container_port = number
23
+ host_port = number
24
+ protocol = string
25
+ })), [])
26
volumes = list(object({
27
name = string
28
host_path = string
0 commit comments