From 5afbe58b660fb81ebc7ee1a00812fd47d5975c82 Mon Sep 17 00:00:00 2001 From: aknysh Date: Sat, 15 Jun 2024 14:16:17 -0400 Subject: [PATCH] updates --- .../docs/core-concepts/template-functions/atmos.Component.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/docs/core-concepts/template-functions/atmos.Component.mdx b/website/docs/core-concepts/template-functions/atmos.Component.mdx index 3d9942414..676087a04 100644 --- a/website/docs/core-concepts/template-functions/atmos.Component.mdx +++ b/website/docs/core-concepts/template-functions/atmos.Component.mdx @@ -110,7 +110,8 @@ Atmos component in a stack, and use it in `Go` templates in other Atmos componen ## Examples The following configurations show different ways of using the `atmos.Component` template function to read values from -different sections in Atmos components, including the outputs of other components, directly in Atmos stack manifests. +different Atmos sections directly in Atmos stack manifests, including the outputs of other +(already provisioned) components. ```yaml