Skip to content

Terraform Plan Widget, Multiple Plans

Emily Ring requested to merge emilyring-tf-widget-multiple into master

What does this MR do?

We are in the process of adding support for multiple terraform projects in a single repo

Currently, we have a MR Widget that displays one terraform report on the merge request page. Example Widget. It is not setup to display multiple reports.

This MR will:

  • Update the backend to send through multiple plans.
  • Adds a new value job_name, which can be used to identify different plans when the frontend is updated.
  • Updates associated Views and Tests

The display will NOT be updated in this MR. The display will continue to only show one MR. The display will be updated in the future once a new design is created.

Screenshots

image

current setup current

new setup

update

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 🤖 GitLab Bot 🤖

Merge request reports