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/invalid-backend-configuration/missing-required-attr/main.tf

10 lines
278 B

terraform {
backend "gcs" {
# Missing required attribute "bucket"
#
# Everything else is missing as well, but this
# test fixture is intended for use testing the validate command,
# which is offline only. So lack of credentials etc is not a problem.
}
}