Skip to content

Commit

Permalink
Merge pull request #129 from gruizmm/patch-29
Browse files Browse the repository at this point in the history
Update variables.tf
  • Loading branch information
rajasnathak authored Mar 26, 2024
2 parents 618bb8f + fb3d043 commit 7eb0f1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data-analytics-platform-event-driven/infra/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,18 @@ locals {
})
}

# ID of the project in which you want to deploy the solution
variable "project_id" {
description = "GCP Project ID"
}

#Defines the deployment region for cloud resources.
variable "region" {
type = string
description = "GCP region"
}

#Assigns a label to provisioned cloud resources
variable "resource_labels" {
type = map(string)
description = "Resource labels"
Expand Down

0 comments on commit 7eb0f1a

Please sign in to comment.