Skip to content

Output terraform plan to JSON file

What does this MR do?

Outputs the terraform plan to a JSON file to be used in the artifacts: reports: terraform. The output generated is:

{
   "create":0,
   "update":0,
   "delete":0
}

This is related to #207526 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Fábio Matavelli

Merge request reports