mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-25 10:51:06 +01: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:
committed by
Thierno IB. BARRY
parent
3f346d1610
commit
c90b33780c
@@ -1,5 +1,5 @@
|
||||
terraform {
|
||||
required_version = ">= 0.12.0"
|
||||
required_version = ">= 0.12.2"
|
||||
}
|
||||
|
||||
provider "aws" {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
terraform {
|
||||
required_version = ">= 0.12.0"
|
||||
required_version = ">= 0.12.2"
|
||||
}
|
||||
|
||||
provider "aws" {
|
||||
|
||||
Reference in New Issue
Block a user