mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 17:49:32 +01:00
fdade5b40c
* Continue targeting Ignition v3.2.0 for some time
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, <= 4.0"
|
|
template = "~> 2.1"
|
|
|
|
ct = {
|
|
source = "poseidon/ct"
|
|
version = "~> 0.9"
|
|
}
|
|
}
|
|
}
|