Upped version of eks cluster from 0.0.2 to 0.0.3
This commit is contained in:
parent
7aa3c74efe
commit
79c6f8f5f2
2
main.tf
2
main.tf
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user