Vizzuality/landgriffon

View on GitHub
infrastructure/base/modules/gcp/network/variables.tf

Summary

Maintainability
Test Coverage
variable "region" {
  type        = string
  description = "GCP region"
}

variable "project_id" {
  type        = string
  description = "GCP project id"
}


variable "name" {
  type = string
}