Files
trailofbits-buttercup/deployment/backend.tf
T
2025-03-29 15:18:02 +01:00

9 lines
237 B
Terraform

terraform {
backend "azurerm" {
resource_group_name = "tfstate-rg"
storage_account_name = "tfstateserviceact" # "tfstateserviceactprod"
container_name = "tfstate"
key = "terraform.tfstate"
}
}