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
Add conditional container_port for service registry for A records (#42)
Fixes issue where no SRV record in service disvocery dns config
causes the service_registries block in the aws_ecs_service resource
to fail because it does not accept container_port parameter
description="Set to false if you specify a SRV DNS record in aws_service_discovery_service. If only A record, set this to false."
163
+
}
164
+
160
165
variable"stop_timeout" {
161
166
description="Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own. On Fargate the maximum value is 120 seconds."
0 commit comments