Files
cannorin.net/terraform/variables.tf
2025-01-04 17:55:41 +09:00

20 lines
388 B
HCL

variable "REPOSITORY_NAME" {
description = "Name of the GitHub repository"
type = string
}
variable "REPOSITORY_OWNER" {
description = "Owner of the GitHub repository"
type = string
}
variable "BASE_DOMAIN" {
description = "Base domain for the site"
type = string
}
variable "ZONE_ID" {
description = "Zone ID of the domain"
type = string
}