mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 21:09:34 +01:00
86e0f806b3
This reverts commit 968febb050
.
15 lines
244 B
HCL
15 lines
244 B
HCL
# Terraform version and plugin versions
|
|
|
|
terraform {
|
|
required_version = "~> 0.13.0"
|
|
required_providers {
|
|
google = ">= 2.19, < 4.0"
|
|
template = "~> 2.1"
|
|
|
|
ct = {
|
|
source = "poseidon/ct"
|
|
version = "~> 0.6"
|
|
}
|
|
}
|
|
}
|