Vizzuality/landgriffon

View on GitHub
infrastructure/kubernetes/modules/github_secrets/variables.tf

Summary

Maintainability
Test Coverage
variable "branch" {
  type = string
}

variable "repo_name" {
  type = string
}

variable "domain" {
  type        = string
  description = "Domain where the app is publicly available"
}