11 lines
143 B
HCL
11 lines
143 B
HCL
variable "aws_profile" {
|
|
type = string
|
|
default = "aws-infra"
|
|
}
|
|
|
|
variable "aws_region" {
|
|
type = string
|
|
default = "eu-west-3"
|
|
}
|
|
|