5 lines
64 B
HCL
Executable File
5 lines
64 B
HCL
Executable File
provider "aws" {
|
|
version = "~> 2.61"
|
|
region = var.region
|
|
}
|