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