mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 06:19:33 +01:00
fdade5b40c
* Continue targeting Ignition v3.2.0 for some time
16 lines
277 B
HCL
16 lines
277 B
HCL
# Terraform version and plugin versions
|
|
|
|
terraform {
|
|
required_version = ">= 0.13.0, < 2.0.0"
|
|
required_providers {
|
|
google = ">= 2.19, < 4.0"
|
|
template = "~> 2.1"
|
|
null = "~> 2.1"
|
|
|
|
ct = {
|
|
source = "poseidon/ct"
|
|
version = "~> 0.9"
|
|
}
|
|
}
|
|
}
|