1. Clicking the **View Full Log** button in the widget takes you directly to the
plan output present in the pipeline logs:
...
...
@@ -273,9 +272,6 @@ plan:
-terraform plan -out=$PLAN
-terraform show --json $PLAN | convert_report > $PLAN_JSON
artifacts:
name:plan
paths:
-${TF_ROOT}/plan.tfplan
reports:
terraform:${TF_ROOT}/tfplan.json
...
...
@@ -294,3 +290,60 @@ apply:
-master
```
### Mulitple Terraform Plan reports
Starting with 13.2, you can display mutiple reports on the Merge Request page. The reports will also display the `artifact: name:`. See example below for a suggested setup.