Better control using post terraform plan extension point #353
shirabendor-quali
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before deploying Terraform, it is usually necessary to validate the expected changes against security platforms or custom logic, including security, compliance, and regulation tests. In order to validate the proposed Terraform changes, the Terraform plan execution output is required.
With the new extension point, Torque provides the flexibility to run any custom logic based on the Terraform plan output and interrupt the orchestration process if needed.
This feature provides greater flexibility and control in the orchestration workflow, enabling users to enforce security and compliance measures at a critical stage of the infrastructure provisioning process.
For more information, check our docs.
Beta Was this translation helpful? Give feedback.
All reactions