Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
npk-amperon committed May 21, 2024
1 parent c96c1ee commit 3e8e427
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/docs/r/container_registry_cache_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ description: |-
---

# azurerm_container_registry
# azurerm_container_registry_cache_rule

Manages an Azure Container Registry.
Manages an Azure Container Registry Cache Rule.

~> **Note:** All arguments including the access key will be stored in the raw state as plain-text.
[Read more about sensitive data in state](/docs/state/sensitive-data.html).
Expand Down Expand Up @@ -64,10 +64,10 @@ In addition to the Arguments listed above - the following Attributes are exporte

The `timeouts` block allows you to specify [timeouts](https://www.terraform.io/language/resources/syntax#operation-timeouts) for certain actions:

* `create` - (Defaults to 30 minutes) Used when creating the Container Registry.
* `update` - (Defaults to 30 minutes) Used when updating the Container Registry.
* `read` - (Defaults to 5 minutes) Used when retrieving the Container Registry.
* `delete` - (Defaults to 30 minutes) Used when deleting the Container Registry.
* `create` - (Defaults to 30 minutes) Used when creating the Container Registry Cache Rule.
* `update` - (Defaults to 30 minutes) Used when updating the Container Registry Cache Rule.
* `read` - (Defaults to 5 minutes) Used when retrieving the Container Registry Cache Rule.
* `delete` - (Defaults to 30 minutes) Used when deleting the Container Registry Cache Rule.

## Import

Expand Down

0 comments on commit 3e8e427

Please sign in to comment.