mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 18:49:34 +01:00
15 lines
254 B
HCL
15 lines
254 B
HCL
# Terraform version and plugin versions
|
|
|
|
terraform {
|
|
required_version = ">= 0.13.0, < 2.0.0"
|
|
required_providers {
|
|
aws = ">= 2.23, <= 5.0"
|
|
template = "~> 2.2"
|
|
|
|
ct = {
|
|
source = "poseidon/ct"
|
|
version = "~> 0.9"
|
|
}
|
|
}
|
|
}
|