From fd2c2e9bb2c94d33bb7bea7d5f77526ed1a0313e Mon Sep 17 00:00:00 2001 From: Justin Bertrand Date: Thu, 21 Mar 2024 08:49:07 -0400 Subject: [PATCH] fix: typo. --- website/docs/r/container_app.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/container_app.html.markdown b/website/docs/r/container_app.html.markdown index 74de488946fd..652eac349f20 100644 --- a/website/docs/r/container_app.html.markdown +++ b/website/docs/r/container_app.html.markdown @@ -445,7 +445,7 @@ The authentication details must also be supplied, `identity` and `username`/`pas * `identity` - (Optional) Resource ID for the User Assigned Managed identity to use when pulling from the Container Registry. -~> **Note:** The Resource ID must be of a User Assigned Managed identity defined in a `identity` block. +~> **Note:** The Resource ID must be of a User Assigned Managed identity defined in an `identity` block. * `password_secret_name` - (Optional) The name of the Secret Reference containing the password value for this user on the Container Registry, `username` must also be supplied.