Twelfth Night
Change: Updated to Terraform 0.12/HCL2. This is a Breaking change
For Terraform 0.11. Pin module version to ~> v4.0
Change: The Tags 'Name', 'Environment' and 'Region' are no longer automatically created, populated and applied to the autoscaling group. This change is due to a combination of:
- Difficult to port old behaviour to Terraform 12
- It wasn't a great idea to pre-determine tags for users
- Since this release is a breaking change anyway, it's a good opportunity to change this.
The tags given in var.tags are rendered to the Autoscaling group as before