1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-26 17:36:19 +02:00
typhoon/google-cloud/container-linux/kubernetes/versions.tf

12 lines
212 B
Terraform
Raw Normal View History

# Terraform version and plugin versions
terraform {
required_version = "~> 0.12.6"
required_providers {
google = "~> 2.19"
ct = "~> 0.3"
template = "~> 2.1"
null = "~> 2.1"
}
}