1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

Increase minimum terraform version to include yamlencode (#570)

* Increase minimum terraform version to include yamlencode

https://github.com/hashicorp/terraform/blob/master/CHANGELOG.md#0122-june-12-2019

* Update Changelog
This commit is contained in:
Arnaud Venturi
2019-10-25 09:14:01 +00:00
committed by Thierno IB. BARRY
parent 3f346d1610
commit c90b33780c
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.12.0"
required_version = ">= 0.12.2"
}
provider "aws" {