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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -322,6 +322,12 @@ variable "task_role_arn" {
322
322
default=null
323
323
}
324
324
325
+
variable"ecs_task_execution_role_custom_policy" {
326
+
description="(Optional) A custom policy to attach to the ECS task execution role. For example for reading secrets from AWS Systems Manager Parameter Store or Secrets Manager"
327
+
type=string
328
+
default=null
329
+
}
330
+
325
331
variable"placement_constraints" {
326
332
description="(Optional) A set of placement constraints rules that are taken into consideration during task placement. Maximum number of placement_constraints is 10. This is a list of maps, where each map should contain \"type\" and \"expression\""
0 commit comments