skip to Main Content

Azure – Terraform not declaring tfvars

I am new to Terraform and I am writing a script. Following is my directory structure folder ---.terraform ---..terraform.lock.hcl ---main.tf ---terraform.tfvars ---variables.tf Following is my content on terraform.tfvars. environment = "development" Following is my content on main.tf. tags = {…

VIEW QUESTION
Back To Top
Search