Skip to content

Commit

Permalink
azurerm_resource_deployment_script - fix document error of `identit…
Browse files Browse the repository at this point in the history
…y` (#19820)
  • Loading branch information
ms-zhenhua authored Jan 3, 2023
1 parent f282a3a commit 9fb3cb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ An `environment_variable` block supports the following:

An `identity` block supports the following:

* `type` - (Required) Type of the managed identity.
* `type` - (Required) Type of the managed identity. The only possible value is `UserAssigned`.

* `user_assigned_identities` - (Optional) Specifies the list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.
* `identity_ids` - (Required) Specifies the list of user-assigned managed identity IDs associated with the resource.

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ An `environment_variable` block supports the following:

An `identity` block supports the following:

* `type` - (Required) Type of the managed identity.
* `type` - (Required) Type of the managed identity. The only possible value is `UserAssigned`.

* `user_assigned_identities` - (Optional) Specifies the list of user-assigned managed identities associated with the resource. Key is the Azure resource Id of the managed identity.
* `identity_ids` - (Required) Specifies the list of user-assigned managed identity IDs associated with the resource.

---

Expand Down

0 comments on commit 9fb3cb3

Please sign in to comment.