Skip to content
Snippets Groups Projects
Verified Commit b8cc2038 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Update terraform init.sh to bootstrap.sh

parent c4f46c4f
Branches
No related tags found
Loading
......@@ -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
```
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment