mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-25 03:00:15 -05:00
Fixes #11504 The local backend should error if `terraform plan` is called in a directory with no Terraform config files (same behavior as 0.8.x). **New behavior:** We now allow `terraform plan -destroy` with no configuration files since that seems reasonable.