terraform apply
terraform plan
terraform init
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd infra | |
nano variables.tf | |
variable "project_id" { | |
description = "Project ID of the GCP project where resources will be deployed" | |
type = string | |
default = "PLEASE UPDATE WITH YOUR GOOGLE PROJECT ID" | |
} | |
variable "location" { |
git clone [original https://github.com/maksoodmohiuddin/google-cloud-serverless-app-pattern.git or forked repo] cd google-cloud-serverless-app-pattern
gcloud config set project [YOUR GOOGLE CLOUD PROJECT]
gcloud config list
NewerOlder