summaryrefslogtreecommitdiff
path: root/terraform/envs/agent/backend.tf
blob: 3c533e6bfff3c77f9d8803aa03643db1a5efe2b2 (plain)
1
2
3
4
5
terraform {
  backend "local" {
    path = "terraform.tfstate"
  }
}