Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose wait_for_steady_state and deployment_circuit_breaker (#55)
* Improve readability of container definition This commit replaces the heredoc container definition and instead composes it from local variables to improve readability. * Expose wait_for_steady_state for ECS service This allows us to optionally wait for the ECS deployment to reach a steady state before terraform exits. * Expose deployment_circuit_breaker configuration The deployment circuit breaker allows services using the ECS deployment controller to fail a deployment (and optionally rollback) when the new tasks fail to stabilize. * Update go dependencies for end to end tests Terraform 0.14 changed the format of outputs, which causes the e2e tests to fail because terratest is returning a quoted string with the cluster/service ARNs. The latest version contains a fix: gruntwork-io/terratest@7829323
- Loading branch information