[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #16 from jonchenn/cert
Browse files Browse the repository at this point in the history
added terraform init in README
  • Loading branch information
jonchenn committed Nov 2, 2022
2 parents 89c1930 + 278b1bc commit d455efd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ export TF_BUCKET_LOCATION="us"
bash setup/setup_terraform.sh
```

Run Terraform apply
Run Terraform

```
cd terraform/environments/dev
terraform init
# enabling GCP services first.
terraform apply -target=module.project_services -target=module.service_accounts -auto-approve
Expand Down

0 comments on commit d455efd

Please sign in to comment.