Files
terraform_project/backend.tf

9 lines
207 B
Terraform
Raw Permalink Normal View History

2025-04-08 13:56:36 +00:00
terraform {
backend "azurerm" {
resource_group_name = "muscogee-rg"
storage_account_name = "povertypoint"
container_name = "tfstate"
key = "terraform.tfstate"
}
}