Skip to content
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

Changes encryption to customer_managed_key for azurerm_fluid_relay_servers resource #27995

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/docs/r/fluid_relay_servers.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The following arguments are supported:

* `storage_sku` - (Optional) Sku of the storage associated with the resource, Possible values are `standard` and `basic`. Changing this forces a new Fluid Relay Server to be created.

* `encryption` - (Optional) An `encryption` block as defined below. Changing this forces a new resource to be created.
* `customer_managed_key` - (Optional) A `customer_managed_key` block as defined below. Changing this forces a new resource to be created.

* `tags` - (Optional) A mapping of tags which should be assigned to the Fluid Relay Server.

Expand All @@ -57,7 +57,7 @@ An `identity` block supports the following:

---

An `encryption` block supports the following:
An `customer_managed_key` block supports the following:

* `key_vault_key_id` - (Required) The Key Vault Key Id that will be used to encrypt the Fluid Relay Server.

Expand Down
Loading