hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.61k stars 4.65k forks source link

Changes encryption to customer_managed_key for azurerm_fluid_relay_servers resource #27995

Closed npezzotti closed 1 week ago

npezzotti commented 1 week ago

Community Note

Description

Change the azurerm_fluid_relay_servers resource's encryption argument to customer_managed_key in its documentation. This appears to be the name for the block based on the resource's schema: https://github.com/hashicorp/terraform-provider-azurerm/blob/v4.9.0/internal/services/fluidrelay/fluid_relay_servers_resource.go#L96

PR Checklist