tree: b12be915614827cdc9fa35fd11b983ad2176405e [path history] [tgz]
  1. backend-go/
  2. backend-java/
  3. backend-python/
  4. backend-router/
  5. backend-scio/
  6. frontend/
  7. README.md
playground/terraform/applications/README.md

Deployment to AppEngine

Note: All requirements are listed in the README.md of the Terraform module.

Installation of all Terraform dependencies is required to get started building GCP resources with Terraform:

$ terraform init
# This will create a .terraform folder

Once it has been done, default Terraform configuration can be applied:

$ terraform apply

Then the following dialog will be displayed in the console:

Do you want to perform these actions?
  Terraform will perform the actions described above.
  Only 'yes' will be accepted to approve.

  Enter a value:

Type yes and hit Enter. Applying of the configuration could take several minutes. Apply complete! will be displayed when it is finished, along with the number of created resources.

Applying a non-default configuration

To apply non-default Terraform configuration, pass the corresponding values as a variables with terraform apply command. All variables are listed in the variables.tf (TBD) file.

What is installed

TBD