You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/internal/command/testdata/test/reused-backend-config/main.tftest.hcl

16 lines
413 B

# The "state/terraform.tfstate" local backend is used with the user-supplied internal state "foobar-1"
run "test_1" {
state_key = "foobar-1"
backend "local" {
path = "state/terraform.tfstate"
}
}
# The "state/terraform.tfstate" local backend is used with the user-supplied internal state "foobar-2"
run "test_2" {
state_key = "foobar-2"
backend "local" {
path = "state/terraform.tfstate"
}
}