terraform-aws-autoscaling
terraform-aws-autoscaling copied to clipboard
Terraform module to create AWS Auto Scaling resources πΊπ¦
## Description Add variable to allow adding tags to ASG without being propagated to the EC2 instances. ## Motivation and Context We add tags to manage stop/start of EC2 instance...
v6.0.0 of the AWS terraform provider removed `elastic_gpu_specifications` for `aws_launch_template`
## Description The latest release ([v6.0.0](https://github.com/hashicorp/terraform-provider-aws/releases/tag/v6.0.0)) of the AWS terraform provider removed the `elastic_gpu_specifications` and `elastic_inference_accelerator` from aws_launch_template resource as the API deprecated by AWS. Therefore, using the 6.0.0 provider...