terraform/internal/command/testdata/invalid-backend-configuration
Sarah French 694f746748
validate: Add checking the backend block to the validate command (#38021)
* feat: Make validate command detect when an unknown backend type is in use.

* feat: Make validate command detect when the backend configuration doesn't match the schema.

* fix: Stop suppressing the Required:true parts of the backend schema when validating backend blocks

* test: Add test showing validation fails when a required attribute is missing from a backend's config
2026-02-13 15:31:57 +00:00
..
missing-required-attr validate: Add checking the backend block to the validate command (#38021) 2026-02-13 15:31:57 +00:00
repeated-attr test: Add test coverage for what validate command checks in resource blocks versus backend blocks. (#37972) 2025-12-05 18:13:58 +00:00
unknown-attr test: Add test coverage for what validate command checks in resource blocks versus backend blocks. (#37972) 2025-12-05 18:13:58 +00:00
unknown-backend-type test: Add more test coverage of validate command's interaction with backend blocks (#37977) 2025-12-17 18:09:54 +00:00