-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
aws_batch_job_queue add compute_environment_order
and deprecate compute_environments
#34750
aws_batch_job_queue add compute_environment_order
and deprecate compute_environments
#34750
Conversation
Community NoteVoting for Prioritization
For Submitters
|
87bf753
to
6275f43
Compare
compute_environment_order
and deprecate compute_environments
compute_environment_order
and deprecate compute_environments
51b7fb6
to
34c67e9
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.
LGTM 🚀
@danquack @drewmullen any update on this? |
@nithinvenugopal just waiting for it to be merged and released. Not up to me /shrug |
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.
Looks good! 🚀
--- FAIL: TestAccBatchJobQueue_MigrateFromPluginSDK (56.11s)
--- PASS: TestAccBatchJobQueue_disappears (96.94s)
--- PASS: TestAccBatchJobQueue_disappearsCEO (100.21s)
--- PASS: TestAccBatchJobQueue_basic (101.46s)
--- PASS: TestAccBatchJobQueue_ComputeEnvironments_externalOrderUpdate (109.78s)
--- PASS: TestAccBatchJobQueue_basicCEO (110.14s)
--- PASS: TestAccBatchJobQueue_tags (115.58s)
--- PASS: TestAccBatchJobQueue_priority (148.34s)
--- PASS: TestAccBatchJobQueue_schedulingPolicy (148.96s)
--- PASS: TestAccBatchJobQueue_state (148.96s)
--- PASS: TestAccBatchJobQueue_ComputeEnvironments_multiple (151.33s)
--- PASS: TestAccBatchJobQueue_ComputeEnvironmentOrder_multiple (166.04s)
TestAccBatchJobQueue_MigrateFromPluginSDK
is a pre-existing failure
2f2eea6
to
70825ba
Compare
This functionality has been released in v5.40.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Description
compute_environments
(CEs) andcompute_environment_order
(CEOs) are mutually exclusivecompute_environments
must stay as the "default" or it will cause breaking changes when a users schema is migrated from CEs in state without requiring them to update their HCL to use CEOs.CEs
it is impossible to migrate to CEOs parameter :/ You must have done the initialCreate
with itRelations
Closes #34760
Closes #19247
Closes #20764
Does not close or resolve #34794 however, migration does appear to work as expected
References
Output from Acceptance Testing