Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
IaC Base repo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KSZK
Open Source
IaC Base repo
Commits
b8cc2038
Verified
Commit
b8cc2038
authored
Nov 9, 2021
by
Rafael László
Browse files
Options
Downloads
Patches
Plain Diff
Update terraform init.sh to bootstrap.sh
parent
c4f46c4f
Branches
Branches containing commit
No related tags found
Loading
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
terraform/README.md
+3
-3
3 additions, 3 deletions
terraform/README.md
terraform/bootstrap.sh
+0
-0
0 additions, 0 deletions
terraform/bootstrap.sh
with
3 additions
and
3 deletions
terraform/README.md
+
3
−
3
View file @
b8cc2038
...
...
@@ -20,7 +20,7 @@ repository which can be created under
If you don't want to create a token for each project
just create one for your user and use that.
After you created the
`login.sh`
file, just run the
`
init
.sh`
After you created the
`login.sh`
file, just run the
`
bootstrap
.sh`
file which configures the repository and your environment.
`Infrastructure`
should be enabled for the Repository!
...
...
@@ -37,14 +37,14 @@ First time:
cp
secret/login.sh.example secret/login.sh
nano secret/login.sh
# ...
./
init
.sh
./
bootstrap
.sh
terraform plan
```
After it was initialized:
```
bash
./
init
.sh
./
bootstrap
.sh
terraform plan
```
...
...
This diff is collapsed.
Click to expand it.
terraform/
init
.sh
→
terraform/
bootstrap
.sh
+
0
−
0
View file @
b8cc2038
File moved
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