Cloudshock / bootstrap

Describes the steps to get the project up and running
MIT License
0 stars 0 forks source link

Adding Testing Mode to initial-setup.sh Script #19

Closed marcboudreau closed 3 years ago

marcboudreau commented 3 years ago

This Pull Request introduces changes to the initial-setup.sh script that allow it to be run to create an alternate set of resources (Terraform Cloud Organization and GCP Projects) to test the functionality of the script and not conflict with already established resources.

This Pull Request resolves Issue #17.

The changes include clarifications or modifications to the instructions in the README.md file, as well as updating the Project Suffix value. The deploy.sh script was replaced by the terraform.sh script.