From 806397803c14bd752504836b7389627b0df0c263 Mon Sep 17 00:00:00 2001 From: Lucas do Amaral Saboya Date: Sat, 2 Nov 2019 17:56:16 -0300 Subject: [PATCH 1/3] Update Output values docs. --- website/docs/configuration/outputs.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/configuration/outputs.html.md b/website/docs/configuration/outputs.html.md index a0c270154..123984caf 100644 --- a/website/docs/configuration/outputs.html.md +++ b/website/docs/configuration/outputs.html.md @@ -52,6 +52,9 @@ refers to the `private_ip` attribute exposed by an `aws_instance` resource defined elsewhere in this module (not shown). Any valid expression is allowed as an output value. +-> **Note:** Outputs are only rendered once terraform applies changes to your +infrastructure. Issue a `terraform plan` against your code won't render those. + ## Accessing Child Module Outputs In a parent module, outputs of child modules are available in expressions as From 31b56207e0e3029b9d8af179daecd9b92d81145b Mon Sep 17 00:00:00 2001 From: Pam Selle Date: Tue, 17 Dec 2019 07:32:22 -0500 Subject: [PATCH 2/3] Update outputs.html.md --- website/docs/configuration/outputs.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/configuration/outputs.html.md b/website/docs/configuration/outputs.html.md index 123984caf..010fbd3e2 100644 --- a/website/docs/configuration/outputs.html.md +++ b/website/docs/configuration/outputs.html.md @@ -52,8 +52,8 @@ refers to the `private_ip` attribute exposed by an `aws_instance` resource defined elsewhere in this module (not shown). Any valid expression is allowed as an output value. --> **Note:** Outputs are only rendered once terraform applies changes to your -infrastructure. Issue a `terraform plan` against your code won't render those. +-> **Note:** Outputs are only rendered once Terraform applies changes to your +infrastructure. Running a `terraform plan` against your code will not render outputs. ## Accessing Child Module Outputs From 3bcea18d1c2d69f0d057ac89db629b7a1bc540e5 Mon Sep 17 00:00:00 2001 From: Pam Selle Date: Tue, 17 Dec 2019 07:33:11 -0500 Subject: [PATCH 3/3] Update outputs.html.md --- website/docs/configuration/outputs.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/configuration/outputs.html.md b/website/docs/configuration/outputs.html.md index 010fbd3e2..2ab93e4a1 100644 --- a/website/docs/configuration/outputs.html.md +++ b/website/docs/configuration/outputs.html.md @@ -52,8 +52,8 @@ refers to the `private_ip` attribute exposed by an `aws_instance` resource defined elsewhere in this module (not shown). Any valid expression is allowed as an output value. --> **Note:** Outputs are only rendered once Terraform applies changes to your -infrastructure. Running a `terraform plan` against your code will not render outputs. +-> **Note:** Outputs are only rendered when Terraform applies your plan. Running +`terraform plan` will not render outputs. ## Accessing Child Module Outputs