yilmazsen / cloud-run-service-multi-region-terrafom

Deploy a Cloud Run app to all available specific regions using Terraform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-Region Cloud Run Service with Terraform

This is the Terraform Multi-Region cloud run service creating tutorial according to the my personal reference. If you would like to create multiple cloud run service in the different regions and at same project, However you don't want to create them step by step, then this tutorial will be help you..

Try it Out

  1. Initialize terraform modules:

terraform init

  1. Validate your .tf scripts

terraform validate

  1. See the execution plan (which resources will be created or Which resources will be destroyed)

terraform plan

  1. Apply the resources

terraform apply

When we wish to clean them up, we will use the code below. You should be careful about the code.

terraform destroy

About

Deploy a Cloud Run app to all available specific regions using Terraform.

License:Apache License 2.0


Languages

Language:HCL 100.0%