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
description="(Optional) Service level strategy rules that are taken into consideration during task placement. List from top to bottom in order of precedence. The maximum number of ordered_placement_strategy blocks is 5. This is a list of maps where each map should contain \"id\" and \"field\""
54
-
type=list
54
+
type=list(any)
55
55
default=[]
56
56
}
57
57
58
58
variable"placement_constraints" {
59
-
type=list
59
+
type=list(any)
60
60
description="(Optional) 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\""
61
61
default=[]
62
62
}
@@ -73,7 +73,7 @@ variable "propagate_tags" {
73
73
74
74
variable"service_registries" {
75
75
description="(Optional) The service discovery registries for the service. The maximum number of service_registries blocks is 1. This is a map that should contain the following fields \"registry_arn\", \"port\", \"container_port\" and \"container_name\""
description="The public subnets associated with the task or service."
95
-
type=list
95
+
type=list(any)
96
96
}
97
97
98
98
variable"private_subnets" {
99
99
description="The private subnets associated with the task or service."
100
-
type=list
100
+
type=list(any)
101
101
}
102
102
103
103
variable"security_groups" {
104
104
description="(Optional) The security groups associated with the task or service. If you do not specify a security group, the default security group for the VPC is used."
description="(Optional) List of SSL server certificate ARNs for HTTPS listener. Use it if you need to set additional certificates besides default_certificate_arn"
0 commit comments