From 0cf8994f8c5b8876273fad971d2146b30d20c8d0 Mon Sep 17 00:00:00 2001 From: Gregory Bonk <112259176+DevopsMercenary@users.noreply.github.com> Date: Sat, 12 Oct 2024 20:49:31 +0000 Subject: [PATCH] backport of commit 90022dcabbf19485223c34f4f246d8dfd68ff83e --- website/content/docs/templates/hcl_templates/datasources.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/templates/hcl_templates/datasources.mdx b/website/content/docs/templates/hcl_templates/datasources.mdx index d596c61fc04..3a8878ff3f7 100644 --- a/website/content/docs/templates/hcl_templates/datasources.mdx +++ b/website/content/docs/templates/hcl_templates/datasources.mdx @@ -70,7 +70,7 @@ locals { ```hcl // in a source source "amazon-ebs" "basic-example" { - source_ami = locals.source_ami + source_ami = local.source_ami // ... } ```