Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 413 Bytes

File metadata and controls

18 lines (14 loc) · 413 Bytes

This example doesn't specify a credential and a project intentionally.

$ gcloud auth application-default login

# replace 【YOUR PROJECT】 with your project
# e.g.
# export GOOGLE_PROJECT=terraform-toshi0607
$ export GOOGLE_PROJECT=【YOUR PROJECT】

$ terraform init
$ terraform plan
$ terraform apply
$ terraform destroy

# Exec the folowing command to output show dependency
$ terraform graph