terraform-aws-ec2-autoscale-group icon indicating copy to clipboard operation
terraform-aws-ec2-autoscale-group copied to clipboard

Terraform module to provision Auto Scaling Group and Launch Template on AWS

Results 12 terraform-aws-ec2-autoscale-group issues
Sort by recently updated
recently updated
newest added

## what This is an auto-generated PR that updates the README.md and docs ## why To have most recent changes of README.md and doc from origin templates

auto-update
readme
no-release

## Describe the Bug launch_template_version $Latest does not trigger instance refresh when user-data or launch_tempate is updated. ## Expected Behavior When launch_template is updated , the latest version should be...

bug

Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Bug ```block_device_mappings = [ { device_name = "/dev/sda1" no_device = "false" virtual_name = "root" ebs =...

bug

## Describe the Bug Use of deprecated `tags` attribute on the `aws_autoscaling_group.default` resource. ``` │ Warning: Argument is deprecated │ │ with module.consul_server_fleet.aws_autoscaling_group.default, │ on .terraform/modules/server_fleet/main.tf line 244, in resource...

bug

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

## what * Added support for newly introduced instance tags in metadata ## why * This is very handy for setting up a hostname from "Tag:Name" and other useful automations...

minor

## Describe the Feature For some time AWS allows to enable instance tags in metadata through: ```hcl metadata_options { instance_metadata_tags = "enabled" } ``` See: https://aws.amazon.com/about-aws/whats-new/2022/01/instance-tags-amazon-ec2-instance-metadata-service/ ## Expected Behavior Ability...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/dynamic-subnets/aws](https://registry.terraform.io/modules/cloudposse/dynamic-subnets/aws) ([source](https://togithub.com/cloudposse/terraform-aws-dynamic-subnets)) | module | patch | `2.4.1` -> `2.4.2` |...

auto-update

### Describe the Bug ## What The variable instance_initiated_shutdown_behavior should be set to null as it's also not allowed in the Launch Template when used for an EC2 Auto Scaling...

bug

The resource ```aws_autoscaling_group``` can have either a ```tags``` or ```tag``` value set. ```tags``` is deprecated. ```output.tf``` is currently outputing ```tags``` and it produces this error: ![image](https://user-images.githubusercontent.com/61512176/231242329-c020fedf-afbc-41e6-ab4c-46fb84ee5594.png) PR has been raised...

bug