Upped version of eks cluster from 0.0.2 to 0.0.3

This commit is contained in:
Patrick de Ruiter 2021-06-08 23:06:49 +02:00
parent 7aa3c74efe
commit 79c6f8f5f2

View File

@ -85,7 +85,7 @@ module "bastion" {
} }
module "eks_cluster" { module "eks_cluster" {
source = "git@github.com:webuildyourcloud/terraform-aws-eks-cluster.git?ref=tags/0.0.2" source = "git@github.com:webuildyourcloud/terraform-aws-eks-cluster.git?ref=tags/0.0.3"
stage = var.stage stage = var.stage
name = var.name name = var.name
attributes = var.attributes attributes = var.attributes