From 3c94be62c7779857678904882bb0bd6f8b3d8d07 Mon Sep 17 00:00:00 2001 From: Zannely Rodriguez Date: Fri, 17 Sep 2021 14:26:22 -0700 Subject: [PATCH] removed ```terraform text in variables.tf --- deploy/azure/terraform/deploy_env/variables.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy/azure/terraform/deploy_env/variables.tf b/deploy/azure/terraform/deploy_env/variables.tf index aa5fc6da4..cef96e195 100644 --- a/deploy/azure/terraform/deploy_env/variables.tf +++ b/deploy/azure/terraform/deploy_env/variables.tf @@ -1,4 +1,3 @@ -```terraform variable "subscription_id" { # Must have - Pass in using -var "subscription_id=" type = string description = "contains the subscription_id for service principal"