From 737d403361d416df077f0c0b2dc8835fef3ff499 Mon Sep 17 00:00:00 2001 From: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> Date: Wed, 11 Sep 2024 09:59:07 -0700 Subject: [PATCH] Apply suggestions from code review --- website/docs/language/terraform.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/terraform.mdx b/website/docs/language/terraform.mdx index 0e1e29d450..a48355ef45 100644 --- a/website/docs/language/terraform.mdx +++ b/website/docs/language/terraform.mdx @@ -134,7 +134,7 @@ You can use environment variables to configure one or more `cloud` block attribu -Remote execution with non-interactive workflows requires auto-approved deployments. Minimize risk of unpredictable infrastructure changes and configuration drift by making sure that no one can change your infrastructure outside of your automated build pipeline. Refer to [Non-Interactive Workflows](/terraform/cloud-docs/run/cli#non-interactive-workflows) for details. +You can use environment variables to automate Terraform operations, which has specific security considerations. Refer to [Non-Interactive Workflows](/terraform/cloud-docs/run/cli#non-interactive-workflows) for details.