-
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
[Enhancement] azurerm_image
add disk_encryption_set_id
to data_disk
#27015
[Enhancement] azurerm_image
add disk_encryption_set_id
to data_disk
#27015
Conversation
azurerm_image
add disk_encryption_set_id
to data_disk
25c5bbb
to
7b1479e
Compare
Co-authored-by: Tom Bamford <[email protected]>
Co-authored-by: Tom Bamford <[email protected]>
7b1479e
to
f8371cc
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.
Thanks @bruceharrison1984, could you take a look at the two suggestions left in-line? Once those are resolved this should be good to go.
Co-authored-by: stephybun <[email protected]>
I'm not sure what the |
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.
No need to worry about the breaking change check, I believe that's going to be removed soon/someone will take a look
Co-authored-by: stephybun <[email protected]>
Co-authored-by: stephybun <[email protected]>
Fixes are in, and all tests are still passing |
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 @bruceharrison1984! LGTM 👍
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. |
Community Note
Description
This adds the
disk_encryption_set_id
to thedata_disk
blockPR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”Changes to existing Resource / Data Source
Testing
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_image
- adddisk_encryption_set_id
property todata_disk
This is a (please select all that apply):
Note
If this PR changes meaningfully during the course of review please update the title and description as required.