1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-06-15 06:07:45 +02:00
typhoon/aws/flatcar-linux/kubernetes/versions.tf
Dalton Hubble fdade5b40c Update poseidon/ct provider from v0.8.0 to v0.9.0
* Continue targeting Ignition v3.2.0 for some time
2021-07-18 09:05:02 -07:00

16 lines
278 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"
null = "~> 2.1"
ct = {
source = "poseidon/ct"
version = "~> 0.9"
}
}
}