Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/eks-node-group/aws to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent 39b7322 commit a29f258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ module "eks_cluster" {

module "eks_node_group" {
source = "cloudposse/eks-node-group/aws"
version = "2.10.0"
version = "3.0.1"

subnet_ids = module.this.enabled ? module.subnets.public_subnet_ids : ["filler_string_for_enabled_is_false"]
cluster_name = module.this.enabled ? module.eks_cluster.eks_cluster_id : "disabled"
Expand Down

0 comments on commit a29f258

Please sign in to comment.