Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
caeaea46
Commit
caeaea46
authored
Jun 16, 2020
by
Emily Ring
Committed by
Ash McKenzie
Jun 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed default name for Terraform template
parent
df0aabaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
changelogs/unreleased/emilyring-remove-tf-plan-name.yml
changelogs/unreleased/emilyring-remove-tf-plan-name.yml
+5
-0
lib/gitlab/ci/templates/Terraform.gitlab-ci.yml
lib/gitlab/ci/templates/Terraform.gitlab-ci.yml
+0
-1
No files found.
changelogs/unreleased/emilyring-remove-tf-plan-name.yml
0 → 100644
View file @
caeaea46
---
title
:
Removed default artifact name for Terraform template
merge_request
:
34557
author
:
type
:
fixed
lib/gitlab/ci/templates/Terraform.gitlab-ci.yml
View file @
caeaea46
...
...
@@ -40,7 +40,6 @@ plan:
-
terraform plan -out=$PLAN
-
"
terraform
show
--json
$PLAN
|
convert_report
>
$JSON_PLAN_FILE"
artifacts
:
name
:
plan
paths
:
-
$PLAN
reports
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment