Skip to content

Conversation

tembleking
Copy link
Member

@tembleking tembleking commented Jan 23, 2023

side-quest: aws version pinned due to hashicorp/terraform-provider-aws#29042

@tembleking tembleking self-assigned this Jan 23, 2023
@tembleking tembleking requested a review from a team as a code owner January 23, 2023 10:00
Comment on lines +20 to +21
lifecycle {
ignore_changes = [desired_count]
Copy link
Contributor

Choose a reason for hiding this comment

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

what's the rationale on this? just curious :)

Copy link
Member Author

Choose a reason for hiding this comment

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

We need to ignore the desired count because will be modified by the autoscaling and further terraform apply executions will modify this back to 1.

wideawakening
wideawakening previously approved these changes Jan 23, 2023
@tembleking tembleking merged commit 7532bdb into master Jan 23, 2023
@tembleking tembleking deleted the feat-enable-ecs-autoscaling branch January 23, 2023 15:30
Comment on lines +7 to +10
aws = {
source = "hashicorp/aws"
version = "<4.51.0"
}
Copy link
Contributor

Choose a reason for hiding this comment

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

let's clarify that this version has been pinned due to an error with latest aws version, reported by @tembleking

hashicorp/terraform-provider-aws#29042

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants