From a3ffdff726a928b0bc5a095652c6105d5065d2a1 Mon Sep 17 00:00:00 2001 From: ghndrx Date: Mon, 10 Apr 2023 15:07:17 -0700 Subject: [PATCH] + --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 089cbf5..d9c82fe 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Using the -var flag, you can pass variables directly to the terraform apply or t Example: -terraform apply -var="project_id=variable-tf-demo" -var="region=us-central1" +```terraform apply -var="project_id=variable-tf-demo" -var="region=us-central1"``` Environment variables: Set Terraform variables using environment variables by following the naming convention TF_VAR_variable_name. This method is useful for storing sensitive data or when using CI/CD pipelines.