mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-02-12 23:12:48 +00:00
9 lines
169 B
HCL
9 lines
169 B
HCL
variable "domain_name" {
|
|
type = string
|
|
description = "Domain name"
|
|
}
|
|
variable "bucket_name" {
|
|
type = string
|
|
description = "S3 bucket name for the static site"
|
|
}
|