Skip to content

Commit 3a842a0

Browse files
authored
Change string -> any (#67)
The code expects a map: https://github.com/cn-terraform/terraform-aws-ecs-fargate-service/blob/main/main.tf#L117 Something like: `{ type = string }`
1 parent 65aa758 commit 3a842a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ variable "ordered_placement_strategy" {
7575

7676
variable "deployment_controller" {
7777
description = "(Optional) Deployment controller"
78-
type = list(string)
78+
type = list(any)
7979
default = []
8080
}
8181

0 commit comments

Comments
 (0)