mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 17:49:32 +01:00
ebd9570ede
* Require [poseidon/ct](https://github.com/poseidon/terraform-provider-ct) Terraform provider v0.8+ * Require any [snippets](https://typhoon.psdn.io/advanced/customization/#hosts) customizations to update to v1.2.0 See upgrade [notes](https://typhoon.psdn.io/topics/maintenance/#upgrade-terraform-provider-ct)
15 lines
254 B
HCL
15 lines
254 B
HCL
# Terraform version and plugin versions
|
|
|
|
terraform {
|
|
required_version = ">= 0.13.0, < 0.15.0"
|
|
required_providers {
|
|
google = ">= 2.19, < 4.0"
|
|
template = "~> 2.1"
|
|
|
|
ct = {
|
|
source = "poseidon/ct"
|
|
version = "~> 0.8"
|
|
}
|
|
}
|
|
}
|