Skip to content

Commit d6f667e

Browse files
committed
Added description in the variable
1 parent 800c7dc commit d6f667e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

variables.tf

+3-2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ variable "ordered_placement_strategy" {
8787
}
8888

8989
variable "execution_role_arn" {
90-
type = string
91-
default = ""
90+
description = "The IAM role that allows ECS to make AWS API calls on your behalf, such as to pull container images from ECR when using Fargate or to reference secrets from SSM Parameter Store."
91+
type = string
92+
default = ""
9293
}

0 commit comments

Comments
 (0)