Skip to main content
variables.tf116 B
View on GitHub
variable "repository" {
description = "The GitHub repository in the format 'owner/repo'"
type = string
}

Related Documentation