-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_batch_account - allow versionless keys for CMK #21677
azurerm_batch_account - allow versionless keys for CMK #21677
Conversation
19e438a
to
b15a068
Compare
b15a068
to
f471808
Compare
f471808
to
6882862
Compare
Acceptance tests:
|
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.
hey @alfpark
Thanks for this PR.
I've taken a look through and left some comments inline, and on the whole this is looking pretty good. If we can fix up the comments (and the tests pass) then this should otherwise be good to go 👍
Thanks!
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.
Accidentally hit "approve" rather than "request changes" 🤦 (see previous comment)
e983c4a
to
8ef94aa
Compare
Acceptance test for 8ef94aa:
|
- Remove unnecessary ${} - Use `versionless_id` proeprty instead of manual key URL construction - Use numbered string formats - Applied these fixes to the prior "versioned key" test cases as well
8ef94aa
to
74d276d
Compare
Acceptance tests for 74d276d:
|
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.
thanks @alfpark - LGTM 🌵
This functionality has been released in v3.57.0 of the Terraform 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 contributions. |
Batch accounts can have an optionally specified encryption key. This fix allows Batch accounts to have encryption enabled with a Key Vault versionless key (to allow for autorotation scenarios).