Name | NEU ID | Email Address |
---|---|---|
Yi Xie | 001357166 | [email protected] |
Kaihua Shi | 001388964 | [email protected] |
Fan Huang | 001352737 | [email protected] |
- Create gcp project
- Create and download crendentials file from https://console.cloud.google.com/apis/credentials, name the file as fa19-team-013.json and save it in terraform root directory
- Go each terraform module directory
- Run
terraform init
- Run
terraform apply
orterraform -var-file=terraform.tfvars
if terraform.tfvars file exisits - Run
terraform destroy
if don't need this resources any more - The application module depend on network module, please run network module first.