1
0
mirror of https://github.com/poseidon/typhoon synced 2024-09-28 15:01:18 +02:00
typhoon/google-cloud/flatcar-linux/kubernetes/workers/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

15 lines
253 B
HCL

# Terraform version and plugin versions
terraform {
required_version = ">= 0.13.0, < 2.0.0"
required_providers {
google = ">= 2.19, < 4.0"
template = "~> 2.1"
ct = {
source = "poseidon/ct"
version = "~> 0.9"
}
}
}