azurerm_netapp_pool - add support for cool_access_enabled#29468
azurerm_netapp_pool - add support for cool_access_enabled#29468
azurerm_netapp_pool - add support for cool_access_enabled#29468Conversation
sreallymatt
left a comment
There was a problem hiding this comment.
Thanks @mbfrahry, I left some minor comments inline
| @@ -84,9 +89,12 @@ func dataSourceNetAppPoolRead(d *pluginsdk.ResourceData, meta interface{}) error | |||
|
|
|||
| if model := resp.Model; model != nil { | |||
| d.Set("location", location.NormalizeNilable(&model.Location)) | |||
There was a problem hiding this comment.
While it didn't change in this PR, should we change this to location.Normalize rather than passing the address of location?
| d.Set("location", location.NormalizeNilable(&model.Location)) | |
| d.Set("location", location.Normalize(model.Location)) |
|
|
||
| * `encryption_type` - The encryption type of the pool. | ||
|
|
||
| * `cool_access_enabled` - Can the pool hold cool access enabled volumes? |
There was a problem hiding this comment.
Should we structure these as statements rather than questions?
| * `cool_access_enabled` - Can the pool hold cool access enabled volumes? | |
| * `cool_access_enabled` - Whether the NetApp Pool can hold cool access enabled volumes. |
|
|
||
| * `encryption_type` - (Optional) The encryption type of the pool. Valid values include `Single`, and `Double`. Defaults to `Single`. Changing this forces a new resource to be created. | ||
|
|
||
| * `cool_access_enabled` - (Optional) Can the pool hold cool access enabled volumes? Defaults to `false`. |
There was a problem hiding this comment.
| * `cool_access_enabled` - (Optional) Can the pool hold cool access enabled volumes? Defaults to `false`. | |
| * `cool_access_enabled` - (Optional) Whether the NetApp Pool can hold cool access enabled volumes. Defaults to `false`. |
sreallymatt
left a comment
There was a problem hiding this comment.
Thanks @mbfrahry, LGTM!
* CHANGELOG.md for v4.29.0 * Update CHANGELOG.md #29042 * Update CHANGELOG.md #29492 * Update CHANGELOG.md #28953 * Update CHANGELOG.md for #29468 * Update CHANGELOG.md #29519 * Update CHANGELOG.md #29536 * Update CHANGELOG.md #29524 * Update CHANGELOG.md * Update CHANGELOG.md for #28193 * Update CHANGELOG.md #29239 * Update CHANGELOG.md #29614 * Update CHANGELOG.md #29601 * prep for release * Update CHANGELOG.md --------- Co-authored-by: sreallymatt <106555974+sreallymatt@users.noreply.github.com> Co-authored-by: Matthew Frahry <mbfrahry@gmail.com> Co-authored-by: jackofallops <11830746+jackofallops@users.noreply.github.com> Co-authored-by: jackofallops <ste@hashicorp.com>
* CHANGELOG.md for v4.29.0 * Update CHANGELOG.md hashicorp#29042 * Update CHANGELOG.md hashicorp#29492 * Update CHANGELOG.md hashicorp#28953 * Update CHANGELOG.md for hashicorp#29468 * Update CHANGELOG.md hashicorp#29519 * Update CHANGELOG.md hashicorp#29536 * Update CHANGELOG.md hashicorp#29524 * Update CHANGELOG.md * Update CHANGELOG.md for hashicorp#28193 * Update CHANGELOG.md hashicorp#29239 * Update CHANGELOG.md hashicorp#29614 * Update CHANGELOG.md hashicorp#29601 * prep for release * Update CHANGELOG.md --------- Co-authored-by: sreallymatt <106555974+sreallymatt@users.noreply.github.com> Co-authored-by: Matthew Frahry <mbfrahry@gmail.com> Co-authored-by: jackofallops <11830746+jackofallops@users.noreply.github.com> Co-authored-by: jackofallops <ste@hashicorp.com>
|
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
PR 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_netapp_pool- add support forcool_access_enabled[GH-00000]This is a (please select all that apply):
Related Issue(s)
Fixes #0000
Note
If this PR changes meaningfully during the course of review please update the title and description as required.