cli
cli copied to clipboard
Add support for testing the terraform block
Feature Request
Feature description:
Support testing the terraform {} block, to ensure a minimum version, specific providers and versions, etc.
Suggested Solution description ( if you have any ): I'm not sure how the code is using the plan, so can't offer a suggestion here.
Essentially, I'd like to test that
terraform {
required_version = ">=1.3.2"
required_providers {
blah blah
}
}
contains a specific version check and specific providers.
This might be related to #574