azurerm_netapp_volume_group_sap_hana_resource - add support for zone, encryption_key_source, key_vault_private_endpoint_id, and network_features#31603
Conversation
…m NetAppVolumeGroupOracleResource tests
mbfrahry
left a comment
There was a problem hiding this comment.
This looks good but I did want to talk through one of the potential changes you made and how it could impact terraform managing this
| Type: pluginsdk.TypeString, | ||
| Optional: true, | ||
| ForceNew: true, | ||
| Computed: true, // O+C - This is computed/optional since there is a feature coming up that will allow customers to change the encryption key source from portal but not the API. This could cause drift if configuration is not updated |
There was a problem hiding this comment.
Is ignore_changes the plan here for when the portal gets updated? Unfortunately, once someone has specified this in Terraform, they'll trigger this ForceNew if it gets updated in the protal and won't be able to update their config.
azurerm_netapp_volume_group_sap_hana_resource - add support for zone, encryption_key_source, key_vault_private_endpoint_id, and network_features
…ne`, `encryption_key_source`, `key_vault_private_endpoint_id`, and `network_features` (hashicorp#31603) [ENHANCEMENT] * `azurerm_netapp_volume_group_sap_hana_resource` - add support for `zone`, `encryption_key_source`, `key_vault_private_endpoint_id`, and `network_features`
|
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 feature extends the existing HANA API to allow customers to select a availability zone as alternative to PPG as well as Standard Network as alternative to basic networking.
PR Checklist
For example: “
resource_name_here- description of change e.g. adding propertynew_property_name_here”Changes to existing Resource / Data Source
Testing
Acceptance Tests for AVG For SAP HANA and Oracle results:
Change Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
azurerm_netapp_volume_group_sap_hana_resource- support for standard network, availability zones and customer managed keys,This is a (please select all that apply):
AI Assistance Disclosure