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/invalid-test-files/skip_cleanup_after_backend....

15 lines
230 B

run "backend" {
command = apply
backend "local" {
path = "/tests/state/terraform.tfstate"
}
}
run "skip_cleanup" {
command = apply
# Should warn us about the skip_cleanup option being set.
skip_cleanup = true
}