mirror of
https://github.com/poseidon/typhoon
synced 2024-12-18 14:34:14 +01:00
9a2448f711
* Allow folks to start upgrading to azurerm provider v4.0.0, don't set an upper bound on versions going forward
13 lines
220 B
HCL
13 lines
220 B
HCL
# Terraform version and plugin versions
|
|
|
|
terraform {
|
|
required_version = ">= 0.13.0, < 2.0.0"
|
|
required_providers {
|
|
azurerm = ">= 2.8"
|
|
ct = {
|
|
source = "poseidon/ct"
|
|
version = "~> 0.13"
|
|
}
|
|
}
|
|
}
|