-
Notifications
You must be signed in to change notification settings - Fork 38
Quickstart
Dmitriy Kharlamov edited this page Jan 17, 2020
·
2 revisions
- Clone this repository
- Copy example folder and charts folder to your work directory
- Rename the example folder to the name of your project (example -> hydrosphere)
- Edit the modules.tf to select the modules you want to use (comment out, add or delete unnecessary modules)
- Rename and edit example.tfvars (see the tips in the file)
- Run
terraform init --upgrade
in "work directory"/"project name" - Run
terraform plan -var-file=xxx.tfvars -out plan
- Run
terraform apply plan
- Edit the modules.tf to select the modules you want to use (comment out, add or delete unnecessary modules)
- Run
terraform init --upgrade
in "work directory"/"project name" - Run
terraform plan -var-file=xxx.tfvars -out plan
- Run
terraform apply plan
- Run
terraform destroy