Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Timeout to aws_autoscaling_group - based on #1552 #1565

Closed
wants to merge 4 commits into from

Conversation

filintod
Copy link

@filintod filintod commented Sep 2, 2021

PR o'clock

Description

Autoscaling groups timeout is not exposed and sometimes the deletion of an ASG can take more than the default 10m. This is based on top of PR #1552 to reuse the timeout variables

Checklist

@filintod filintod changed the title Add Timeout to aws_autoscaling_group - based on #1552 feat: Add Timeout to aws_autoscaling_group - based on #1552 Sep 2, 2021
@filintod filintod marked this pull request as draft September 2, 2021 14:19
@filintod filintod closed this Sep 2, 2021
@@ -95,6 +95,7 @@ locals {
additional_ebs_volumes = [] # A list of additional volumes to be attached to the instances on this Auto Scaling group. Each volume should be an object with the following: block_device_name (required), volume_size, volume_type, iops, encrypted, kms_key_id (only on launch-template), delete_on_termination. Optional values are grabbed from root volume or from defaults
additional_instance_store_volumes = [] # A list of additional instance store (local disk) volumes to be attached to the instances on this Auto Scaling group. Each volume should be an object with the following: block_device_name (required), virtual_name.
warm_pool = null # If this block is configured, add a Warm Pool to the specified Auto Scaling group.
timeouts = {} # A map of timeouts for create/update/delete operations
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be something like
timeouts = var.timeouts

Copy link

@csschwe csschwe Sep 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only asking because #1552 created a timeouts variable in variables.rb

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, I did closed this and open this other one #1566, I did not reuse that variable but probably can add it as last default value

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants