Skip to content

Commit

Permalink
Update var to be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
wayne-root committed Nov 1, 2023
1 parent 4626312 commit b7e3daa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ variable "service_map" {
variable "service_task_execution_role_arn" {
description = "Default IAM role for ECS execution"
type = string
default = ""
}

variable "service_task_role_arn" {
Expand Down

0 comments on commit b7e3daa

Please sign in to comment.