Add terraform
This commit is contained in:
19
terraform/variables.tf
Normal file
19
terraform/variables.tf
Normal file
@@ -0,0 +1,19 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user