Skip to content

Commit

Permalink
fix: blueprints addon version (#140)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Santana <[email protected]>
  • Loading branch information
csantanapr authored Aug 8, 2023
1 parent e389376 commit e3d3b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ module "eks_blueprints_addons" {
}

module "eks_blueprints_crossplane_addons" {
source = "github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons?ref=v4.27.0"
source = "github.com/aws-ia/terraform-aws-eks-blueprints//modules/kubernetes-addons?ref=v4.32.1"

eks_cluster_id = module.eks.cluster_name
# Deploy Crossplane
Expand Down

0 comments on commit e3d3b2d

Please sign in to comment.