mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 05:19:32 +01:00
4220b9ce18
* Support Terraform v0.13.x and v0.14.4+
17 lines
271 B
HCL
17 lines
271 B
HCL
# Terraform version and plugin versions
|
|
|
|
terraform {
|
|
required_version = ">= 0.13.0, < 0.15.0"
|
|
required_providers {
|
|
azurerm = "~> 2.8"
|
|
template = "~> 2.1"
|
|
null = "~> 2.1"
|
|
|
|
ct = {
|
|
source = "poseidon/ct"
|
|
version = "~> 0.6"
|
|
}
|
|
}
|
|
}
|
|
|