infrastructure/base/modules/github_secrets/variables.tf
variable "repo_name" {
type = string
}
variable "sendgrid_api_key_subscription" {
type = string
}
variable "google_analytics" {
type = string
}
variable "sendgrid_api_key_contact" {
type = string
}
variable "gcp_project" {
type = string
}
variable "gcp_region" {
type = string
}