10 lines
157 B
HCL
10 lines
157 B
HCL
variable "aws_region" {
|
|
type = string
|
|
default = "eu-west-3"
|
|
}
|
|
|
|
variable "bucket_name" {
|
|
type = string
|
|
default = "avx-pmarie-aws-infra-state"
|
|
}
|