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/configs/testdata/valid-modules/with-tests-backend/test_case_two.tftest.hcl

16 lines
377 B

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