Closed thodson-usgs closed 7 months ago
@yuvipanda,
I don't think -bankend-config
will work for this case. Please advise.
@ranchodeluxe, would you mind picking up this review?
This PR would add an action to run terraform validate
. Best practice might be to run the full apply & destroy
, but there are several reasons to avoid that in this case.
As far as I'm aware, this is good to go and tested on my fork.
@ranchodeluxe, would you mind picking up this review?
This PR would add an action to run
terraform validate
. Best practice might be to run the fullapply & destroy
, but there are several reasons to avoid that in this case.As far as I'm aware, this is good to go and tested on my fork.
Yeah, unless a repo is private I tend to not use plan || apply
in GH actions and if then in separate steps to avoid bad juju.
Adds an action to validate terraform on pushes and pull requests.