From 2d381c050a730490fc4d1248a8a2f73e54cf5b56 Mon Sep 17 00:00:00 2001 From: sebhcp <108551865+sebhcp@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:58:27 -0600 Subject: [PATCH] docs: add backend limitation (#31607) --------- Co-authored-by: sebhcp Co-authored-by: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> --- website/docs/language/settings/backends/configuration.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/language/settings/backends/configuration.mdx b/website/docs/language/settings/backends/configuration.mdx index 321392674b..eff8c8180f 100644 --- a/website/docs/language/settings/backends/configuration.mdx +++ b/website/docs/language/settings/backends/configuration.mdx @@ -46,6 +46,7 @@ There are some important limitations on backend configuration: - A configuration can only provide one backend block. - A backend block cannot refer to named values (like input variables, locals, or data source attributes). +- You cannot reference values declared within backend blocks elsewhere in the configuration. Refer to [References to Resource Attributes](/terraform/language/expressions/references#references-to-resource-attributes) for more details. ### Credentials and Sensitive Data