1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-13 11:06:11 +02:00
typhoon/google-cloud/flatcar-linux/kubernetes/workers/versions.tf
2024-05-04 09:01:19 -07:00

13 lines
220 B
HCL

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