avx-pmarie-aws-infra/init-state/variables.tf

10 lines
157 B
Terraform
Raw Permalink Normal View History

2022-07-01 14:12:11 +02:00
variable "aws_region" {
type = string
default = "eu-west-3"
}
variable "bucket_name" {
type = string
default = "avx-pmarie-aws-infra-state"
}