Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
devops
ci-repos
scripts
Merge requests
!15
Resolve "Write out Terraform outputs"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Write out Terraform outputs"
6-write-out-terraform-outputs
into
master
Overview
3
Commits
3
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
Harry Milne
requested to merge
6-write-out-terraform-outputs
into
master
11 months ago
Overview
3
Commits
3
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
Closes
#6 (closed)
0
0
Merge request reports
Compare
version 2
version 2
0ac56edc
10 months ago
version 1
f370be62
11 months ago
master (base)
and
latest version
latest version
84284291
3 commits,
10 months ago
version 2
0ac56edc
2 commits,
10 months ago
version 1
f370be62
1 commit,
11 months ago
Show latest version
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
deploy.sh
+
3
−
0
Options
@@ -173,6 +173,9 @@ fi
# capture terragrunt exit code
terragrunt_exit_code
=
$?
# script error if 'terragrunt output' fails
set
-e
if
[
"
$DEPLOY_JSON_OUTPUT
"
]
;
then
/usr/bin/terragrunt output
-json
-no-color
>
output.json
fi
Loading