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

12 lines
227 B
Terraform
Raw Normal View History

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