opentofu/command/test-fixtures/state-push-replace-match/main.tf
2017-01-26 14:33:49 -08:00

6 lines
79 B
HCL

terraform {
backend "local" {
path = "local-state.tfstate"
}
}