Skip to content

Commit 9f9fc65

Browse files
breaking: the dependency cloudposse/eks-cluster/aws has been updated to a new major version (4.8.0), which may include breaking changes. #major
1 parent c4c6d6b commit 9f9fc65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "kubernetes" {
22
source = "cloudposse/eks-cluster/aws"
3-
version = "3.0.0"
3+
version = "4.8.0"
44

55
region = var.region
66
vpc_id = module.vpc.vpc_id

0 commit comments

Comments
 (0)