Skip to content

Commit

Permalink
Removed enabled property from encryption block (#27834)
Browse files Browse the repository at this point in the history
  • Loading branch information
zioproto authored Oct 31, 2024
1 parent 4b425d7 commit c1aedd7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions website/docs/r/container_registry.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ resource "azurerm_container_registry" "acr" {
}
encryption {
enabled = true
key_vault_key_id = data.azurerm_key_vault_key.example.id
identity_client_id = azurerm_user_assigned_identity.example.client_id
}
Expand Down Expand Up @@ -139,7 +138,7 @@ The following arguments are supported:

* `resource_group_name` - (Required) The name of the resource group in which to create the Container Registry. Changing this forces a new resource to be created.

* `location` - (Required) Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
* `location` - (Required) Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

* `sku` - (Required) The SKU name of the container registry. Possible values are `Basic`, `Standard` and `Premium`.

Expand All @@ -165,7 +164,7 @@ The following arguments are supported:

* `trust_policy_enabled` - (Optional) Boolean value that indicated whether trust policy is enabled. Defaults to `false`.

* `zone_redundancy_enabled` - (Optional) Whether zone redundancy is enabled for this Container Registry? Changing this forces a new resource to be created. Defaults to `false`.
* `zone_redundancy_enabled` - (Optional) Whether zone redundancy is enabled for this Container Registry? Changing this forces a new resource to be created. Defaults to `false`.

* `export_policy_enabled` - (Optional) Boolean value that indicates whether export policy is enabled. Defaults to `true`. In order to set it to `false`, make sure the `public_network_access_enabled` is also set to `false`.

Expand All @@ -187,7 +186,7 @@ The `georeplications` block supports the following:

* `location` - (Required) A location where the container registry should be geo-replicated.

* `regional_endpoint_enabled` - (Optional) Whether regional endpoint is enabled for this Container Registry?
* `regional_endpoint_enabled` - (Optional) Whether regional endpoint is enabled for this Container Registry?

* `zone_redundancy_enabled` - (Optional) Whether zone redundancy is enabled for this replication location? Defaults to `false`.

Expand Down

0 comments on commit c1aedd7

Please sign in to comment.