Skip to content

Commit

Permalink
changes encryption to customer_managed_key (#27995)
Browse files Browse the repository at this point in the history
  • Loading branch information
npezzotti authored Nov 13, 2024
1 parent 0c28c51 commit 305b8c8
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 305b8c8

Please sign in to comment.