mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 17:49:32 +01:00
18 lines
304 B
HCL
18 lines
304 B
HCL
# Terraform version and plugin versions
|
|
|
|
terraform {
|
|
required_version = ">= 0.13.0, < 2.0.0"
|
|
required_providers {
|
|
null = ">= 2.1"
|
|
ct = {
|
|
source = "poseidon/ct"
|
|
version = "~> 0.13"
|
|
}
|
|
matchbox = {
|
|
source = "poseidon/matchbox"
|
|
version = "~> 0.5.0"
|
|
}
|
|
}
|
|
}
|
|
|