From 1a4319fae85cbc6c0fe35a293cf80073e0756d32 Mon Sep 17 00:00:00 2001 From: Justin Bertrand Date: Thu, 21 Mar 2024 16:55:43 -0400 Subject: [PATCH] doc(container_app/registry/identity): specify that identities used for registries must be assigned to the Container App. (#25347) * doc(container_app/registry/identity): specify that identities used for registries must be assigned to the Container App. * fix: typo. --- website/docs/r/container_app.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/r/container_app.html.markdown b/website/docs/r/container_app.html.markdown index 9ea1304038cc..652eac349f20 100644 --- a/website/docs/r/container_app.html.markdown +++ b/website/docs/r/container_app.html.markdown @@ -445,6 +445,8 @@ 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 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. * `username` - (Optional) The username to use for this Container Registry, `password_secret_name` must also be supplied..