-
Notifications
You must be signed in to change notification settings - Fork 2
fix: enable parallel stackset operations #12
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
versions.tf
Outdated
aws = { | ||
source = "hashicorp/aws" | ||
version = ">= 3.35.0" | ||
version = ">= 5.11.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.
NOTE: the change here, in it's own commit. Please rebase/merge not squash.
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.
LGTM. Do we know how faster the parallel mode is? Any pitfalls?
No pitfalls that I'm aware of, but much faster; for both creation as well as update/deletes |
Python 3.11, the runtime provider for the integration lambda, requires >= v5.11.0. https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.11.0
9aafe5f
to
8e5d13a
Compare
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.
Can we not update the aws provider version?
* chore: downgrade Python version to 3.9 Signed-off-by: Salim Afiune Maya <afiune@lacework.net> * style: create a local variable Signed-off-by: Salim Afiune Maya <afiune@lacework.net> --------- Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
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.
Summary
Large environments will take hours to deploy if we do not enable parallelization.
How did you test this change?
Manual execution:
Update/deletes tested
Issue
https://lacework.atlassian.net/browse/GROW-2583