Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
holi-chat-integration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
app
holi-chat-integration
Commits
712479fa
Commit
712479fa
authored
5 months ago
by
Ole Langbehn
Browse files
Options
Downloads
Patches
Plain Diff
NOISSUE replace shell or with terraform parameter for better readability and consistency
parent
4f3a1ece
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
terraform/environments/scripts/create-or-update-env.sh
+1
-1
1 addition, 1 deletion
terraform/environments/scripts/create-or-update-env.sh
with
1 addition
and
1 deletion
terraform/environments/scripts/create-or-update-env.sh
+
1
−
1
View file @
712479fa
...
...
@@ -13,6 +13,6 @@ TAG=$2
TF_LOG_PATH
=
terraform-init.log terraform init
TF_LOG_PATH
=
terraform-version.log terraform version
TF_LOG_PATH
=
terraform-workspace.log terraform workspace
new
"
$WORKSPACE
"
||
terraform workspace
select
"
$WORKSPACE
"
TF_LOG_PATH
=
terraform-workspace.log terraform workspace
select
-or-create
=
true
"
$WORKSPACE
"
TF_LOG_PATH
=
terraform-plan.log terraform plan
-out
plan
-no-color
|
tee
tfplan.plain
TF_LOG_PATH
=
terraform-apply.log terraform apply
-auto-approve
-parallelism
=
50 plan
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment