Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: Use updated AWS provider to refresh autoscaling
@xmunoz mentioned in #25 that Terraform didn't yet support automatically refreshing instances with new code. This is an issue because, assuming we have multiple autoscaled instances up at a moment when we want to do a code deploy, we need a way to refresh all of those instances with the new code (other than clicking "Refresh" in AWS). Terraform now does support this, as of version 3.22. Their issue: hashicorp/terraform-provider-aws#13785 The pull request: hashicorp/terraform-provider-aws#16678 The changelog: https://github.com/hashicorp/terraform-provider-aws/blob/v3.22.0/CHANGELOG.md Use this new version of the Terraform AWS provider so that we can use autoscaling.
- Loading branch information