Skip to content

Instantly share code, notes, and snippets.

@JaySH2410
Created July 15, 2024 18:19
variable "project_id" {
description = "The ID of the GCP project"
}
variable "location" {
description = "The region to deploy resources"
}
variable "docker_image" {
description = "The Docker image to deploy"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment