Vizzuality/landgriffon

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

Summary

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

variable "repository_path" {
  type        = string
  description = "Github repo path"
  default     = "Vizzuality/landgriffon"
}