mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-17 22:39:37 +02:00
Bump minimum Terraform to 0.12.9 (#617)
This commit is contained in:
committed by
Max Williams
parent
143642fda8
commit
7c2c4a6aa5
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
|||||||
name: Minimum version check
|
name: Minimum version check
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: hashicorp/terraform:0.12.6
|
image: hashicorp/terraform:0.12.9
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Validate Code
|
- name: Validate Code
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
- Fix deprecated interpolation-only expression (by @angelabad)
|
- Fix deprecated interpolation-only expression (by @angelabad)
|
||||||
- Fix broken terraform plan/apply on a cluster < 1.14 (by @hodduc)
|
- Fix broken terraform plan/apply on a cluster < 1.14 (by @hodduc)
|
||||||
- Updated required version of AWS Provider to >= v2.38.0 for Managed Node Groups (by @wmorgan6796)
|
- Updated required version of AWS Provider to >= v2.38.0 for Managed Node Groups (by @wmorgan6796)
|
||||||
|
- Updated minimum version of Terraform to avoid a bug (by @dpiddockcmp)
|
||||||
|
|
||||||
#### Important notes
|
#### Important notes
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
terraform {
|
terraform {
|
||||||
required_version = ">= 0.12.6"
|
required_version = ">= 0.12.9"
|
||||||
|
|
||||||
required_providers {
|
required_providers {
|
||||||
aws = ">= 2.38.0"
|
aws = ">= 2.38.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user