<#18490 Run `terraform plan` on check after valida...
# github-notifications
c
#18490 Run `terraform plan` on check after validate Issue created by ndellosa95 Is your feature request related to a problem? Please describe. I created a bug issue here related to
pants check
not running
terraform init
before
terraform validate
. IMO, check should also run terraform plan. Describe the solution you'd like
pants check
runs
terraform plan
after running
init
and
validate
. Describe alternatives you've considered Check feels like the right goal to me but I'm fairly ambivalent about what the actual goal is called so long as some mechanism to call
terraform plan
is in place. pantsbuild/pants