13 lines
181 B
HCL
Executable File
13 lines
181 B
HCL
Executable File
|
|
terraform {
|
|
required_providers {
|
|
aws = {
|
|
source = "hashicorp/aws"
|
|
}
|
|
template = {
|
|
source = "hashicorp/template"
|
|
}
|
|
}
|
|
required_version = ">= 0.13"
|
|
}
|