mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-17 06:31:34 +02:00
Add support for Terraform v0.14.4+
* Support Terraform v0.13.x and v0.14.4+
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# Terraform version and plugin versions
|
||||
|
||||
terraform {
|
||||
required_version = "~> 0.13.0"
|
||||
required_version = ">= 0.13.0, < 0.15.0"
|
||||
required_providers {
|
||||
aws = ">= 2.23, <= 4.0"
|
||||
template = "~> 2.1"
|
||||
|
Reference in New Issue
Block a user