diff --git a/terraform/README.md b/terraform/README.md index 1fe9292a4a8d3a9d8f637302a52e830613f202de..9b41fe94b836b669092e6850df238fe57e28c890 100644 --- a/terraform/README.md +++ b/terraform/README.md @@ -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 ``` diff --git a/terraform/init.sh b/terraform/bootstrap.sh similarity index 100% rename from terraform/init.sh rename to terraform/bootstrap.sh