mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-24 10:21:08 +01:00
fix: update CI/CD process to enable auto-release workflow (#1698)
This commit is contained in:
20
versions.tf
20
versions.tf
@@ -2,10 +2,22 @@ terraform {
|
||||
required_version = ">= 0.13.1"
|
||||
|
||||
required_providers {
|
||||
aws = ">= 3.56.0"
|
||||
local = ">= 1.4"
|
||||
kubernetes = ">= 1.11.1"
|
||||
cloudinit = ">= 2.0"
|
||||
aws = {
|
||||
source = "hashicorp/aws"
|
||||
version = ">= 3.56"
|
||||
}
|
||||
local = {
|
||||
source = "hashicorp/local"
|
||||
version = ">= 1.4"
|
||||
}
|
||||
kubernetes = {
|
||||
source = "hashicorp/kubernetes"
|
||||
version = ">= 1.11.1"
|
||||
}
|
||||
cloudinit = {
|
||||
source = "hashicorp/cloudinit"
|
||||
version = ">= 2.0"
|
||||
}
|
||||
http = {
|
||||
source = "terraform-aws-modules/http"
|
||||
version = ">= 2.4.1"
|
||||
|
||||
Reference in New Issue
Block a user