Introduce a command/flag to display the JSON representation of the generated Dockerfile and input Terraform resources when using the --mode container or --mode tf option.
The displayed JSON structure would help users to write custom policies/rules for validating generated Dockerfiles, and Terraform resources based on the JSON structure.
Introduce a command/flag to display the
JSONrepresentation of the generated Dockerfile and input Terraform resources when using the--mode containeror--mode tfoption.The displayed
JSONstructure would help users to write custom policies/rules for validating generated Dockerfiles, and Terraform resources based on the JSON structure.