Commit 90623b0d authored by Amy Qualls's avatar Amy Qualls

Merge branch 'jgsandlin-master-patch-10205' into 'master'

Add missing instruction link for terraform plan

See merge request gitlab-org/gitlab!32711
parents 93b90938 f1790dac
...@@ -140,7 +140,7 @@ third party ports for other languages like JavaScript, Python, Ruby, and so on. ...@@ -140,7 +140,7 @@ third party ports for other languages like JavaScript, Python, Ruby, and so on.
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/207528) in GitLab 13.0. > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/207528) in GitLab 13.0.
> - Requires [GitLab Runner](https://docs.gitlab.com/runner/) 11.5 and above. > - Requires [GitLab Runner](https://docs.gitlab.com/runner/) 11.5 and above.
The `terraform` report obtains a Terraform `tfplan.json` file. The collected Terraform The `terraform` report obtains a Terraform `tfplan.json` file. [JQ processing required to remove creds](../../user/infrastructure/index.md#output-terraform-plan-information-into-a-merge-request). The collected Terraform
plan report will be uploaded to GitLab as an artifact and will be automatically shown plan report will be uploaded to GitLab as an artifact and will be automatically shown
in merge requests. in merge requests.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment