1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-28 02:16:21 +02:00
typhoon/google-cloud/flatcar-linux/kubernetes/workers/versions.tf

13 lines
220 B
Terraform
Raw Permalink Normal View History

# Terraform version and plugin versions
terraform {
required_version = ">= 0.13.0, < 2.0.0"
required_providers {
google = ">= 2.19"
ct = {
source = "poseidon/ct"
2024-05-04 17:38:06 +02:00
version = "~> 0.13"
}
}
}