GCP Terraform

Terraform code to create a Cloud SQL PostgreSQL instance in GCP:

Create a Cloud SQL PostgreSQL instance in GCP, using terraform In this example, the `provider` block specifies the GCP project and region to...

Tvenkat 13 May, 2023

Terraform code to create a virtual machine (VM) instance in GCP

In this example, the `provider` block specifies the GCP project and region to use. The `resource` block specifies the `google_compute_instan...

Tvenkat 13 May, 2023