You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: variables.tf
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,12 @@ variable "port_mappings" {
177
177
]
178
178
}
179
179
180
+
variable"task_role_arn" {
181
+
description="(Optional) The ARN of IAM role that allows your Amazon ECS container task to make calls to other AWS services. If not specified, `aws_iam_role.ecs_task_execution_role.arn` is used"
182
+
type=string
183
+
default=null
184
+
}
185
+
180
186
variable"readonly_root_filesystem" {
181
187
description="(Optional) Determines whether a container is given read-only access to its root filesystem. Due to how Terraform type casts booleans in json it is required to double quote this value"
0 commit comments