mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 06:19:33 +01:00
094811dc73
* aws provider v5.0+ works alright and should be permitted, relax the version constraint for the Typhoon AWS kubernetes module and worker module for Fedora CoreOS and Flatcar Linux
13 lines
225 B
HCL
13 lines
225 B
HCL
# Terraform version and plugin versions
|
|
|
|
terraform {
|
|
required_version = ">= 0.13.0, < 2.0.0"
|
|
required_providers {
|
|
aws = ">= 2.23, <= 6.0"
|
|
ct = {
|
|
source = "poseidon/ct"
|
|
version = "~> 0.11"
|
|
}
|
|
}
|
|
}
|