Skip to content

Add additional fields to GraphQl terraform state version

Emily Ring requested to merge 273592-add-state-version into master

What does this MR do?

Our terraform state list will be using our api to download a state file. See related MR: !48837 (merged).

The new vue will need the downloadPath field in order to make the api request.

This MR will:

  • Add serial and downloadPath fields to GraphQL query
  • Update associated docs and tests

Screenshots (strongly suggested)

fields

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

Related to #273592 (closed)

Edited by Emily Ring

Merge request reports