mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
17 lines
No EOL
331 B
HCL
17 lines
No EOL
331 B
HCL
variable region {
|
|
type = string
|
|
default = "eu-west-2"
|
|
description = "AWS region"
|
|
}
|
|
|
|
variable "profile" {
|
|
description = "AWS profile to use"
|
|
type = string
|
|
default = "Jun-te"
|
|
}
|
|
|
|
variable allocated_storage {
|
|
description = "The allocated storage in gigabytes"
|
|
type = number
|
|
default = 20
|
|
} |