Skip to content

Commit

Permalink
fix the init_container resource description.
Browse files Browse the repository at this point in the history
The behavior of `init_container` should be the same as the behavior of `container` in `azurerm_container_app`.
  • Loading branch information
sakazuki committed Dec 7, 2023
1 parent 85a5b4a commit 9ecb156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/container_app.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ A `secret` block supports the following:

A `template` block supports the following:

* `init_container` - (Optional) The definition of an init container that is part of the group as documented in the `init_container` block below. Changing this forces a new resource to be created.
* `init_container` - (Optional) The definition of an init container that is part of the group as documented in the `init_container` block below.

* `container` - (Required) One or more `container` blocks as detailed below.

Expand Down

0 comments on commit 9ecb156

Please sign in to comment.