Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
More checks
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRose authored and evanlouie committed May 4, 2020
1 parent f3612e0 commit 88f04f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/infra-validations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ mkdir module

# Configure Validation Terraform files
module=$'provider "azurerm" {\n features {}\n}\nresource "azurerm_resource_group" "resource_group"{\n name= var.rg_name\n location = var.rg_location\n}'
tfTemplate=$'provider "azurerm" {\n features {}\n}\nresource "azurerm_resource_group" "example"{\n name= var.rg_name\n location = var.rg_location\n}\nmodule "resource_group" {\n source = "../module"\n rg_name= "local_test"\n rg_location = "eastus"\n}'
tfTemplate=$'provider "azurerm" {\n features {}\n}\nresource "azurerm_resource_group" "example"{\n name= var.rg_name\n location = var.rg_location\n}\nmodule "resource_group" {\n source= "../module"\n rg_name= "local_test"\n rg_location = "eastus"\n}'
tfVars=$'variable "rg_name" {\n type = "string"\n}\n\nvariable "rg_location" {\n type = "string"\n}\n'
backendTfVars=$'storage_account_name="<storage account name>"'
touch template/main.tf template/variables.tf template/backend.tfvars
Expand Down

0 comments on commit 88f04f8

Please sign in to comment.