cli icon indicating copy to clipboard operation
cli copied to clipboard

Add support for testing the terraform block

Open harleypig opened this issue 2 years ago • 1 comments

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.

harleypig avatar Apr 21 '23 21:04 harleypig

This might be related to #574

harleypig avatar Apr 21 '23 23:04 harleypig