-
Notifications
You must be signed in to change notification settings - Fork 27
feat: Enable Cloud Connector ECS autoscaling based on RAM #157
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
Conversation
lifecycle { | ||
ignore_changes = [desired_count] |
There was a problem hiding this comment.
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 :)
There was a problem hiding this comment.
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
.
aws = { | ||
source = "hashicorp/aws" | ||
version = "<4.51.0" | ||
} |
There was a problem hiding this comment.
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
side-quest: aws version pinned due to hashicorp/terraform-provider-aws#29042