Files
2025-09-26 09:36:07 +00:00

9 lines
213 B
Terraform

terraform {
backend "azurerm" {
resource_group_name = "terraform"
storage_account_name = "tfstoracccom"
container_name = "tfstate"
key = "dev.terraform.tfstate"
}
}