Open
Description
Description
As a dev, I want to package my deployable terraform modules into container images that output their plan, so that I can standardize a CD pipeline around simply running a tagged container image.
Acceptance Criteria
- Container wraps around terraform validate and plan commands
- Output plan to stdout
- Accept a vars file
- Accept a backend config file
Related Issues
No response