Patrick de Ruiter 1b9eadbbe4
first commit
2020-06-25 09:50:50 +02:00

11 lines
171 B
HCL

terraform {
required_version = "~> 0.12.0"
required_providers {
aws = "~> 2.0"
template = "~> 2.0"
null = "~> 2.0"
local = "~> 1.3"
}
}