-
-
Notifications
You must be signed in to change notification settings - Fork 195
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: adds ignore changes on load balancer option #200
base: main
Are you sure you want to change the base?
Conversation
Hello 👋 @srhopkins @korenyoni can you please review this PR ? ;) Regards |
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.
/terratest
Update from CloudPosse repo
/terratest |
@jbrt Hi, can you update the pr so that it passes the tests? otherwise, it is likely to be closed due to staleness. |
Thanks @jbrt for creating this pull request! A maintainer will review your changes shortly. Please don't be discouraged if it takes a while. While you wait, make sure to review our contributor guidelines. Tip Need help or want to ask for a PR review to be expedited?Join us on Slack in the |
…nd_desired_count_and_load_balancer
what
Adds a new input variable
ignore_changes_load_balancer
.why
When using this module within an AWS CodeDeploy Blue/Green deployment context, we need a way to ignore changes related to Load Balancers / Target Groups to avoid any drift. That's why the PR adds a
ignore_changes_load_balancer
input variable.references
Cloudposse's TF modules used for testing:
https://registry.terraform.io/modules/cloudposse/ecs-alb-service-task/aws/latest
https://registry.terraform.io/modules/cloudposse/alb/aws/latest
https://registry.terraform.io/modules/cloudposse/code-deploy/aws/latest