mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
24 lines
No EOL
476 B
HCL
24 lines
No EOL
476 B
HCL
variable "bucket_name" {
|
|
description = "The name of the bucket"
|
|
type = string
|
|
}
|
|
|
|
variable "stage" {
|
|
description = "The deployment stage"
|
|
type = string
|
|
}
|
|
|
|
variable "bucket_id" {
|
|
description = "The ID of the S3 bucket"
|
|
type = string
|
|
}
|
|
|
|
variable "bucket_arn" {
|
|
description = "The ARN of the S3 bucket"
|
|
type = string
|
|
}
|
|
|
|
variable "bucket_domain_name" {
|
|
description = "The regional domain name of the S3 bucket"
|
|
type = string
|
|
} |