Skip to content

Commit 7ab8862

Browse files
committed
change back to v2
Signed-off-by: Carlos Santana <csantana23@gmail.com>
1 parent a1a349e commit 7ab8862

File tree

1 file changed

+1
-1
lines changed
  • argocd/iac/terraform/examples/eks/hello-world

1 file changed

+1
-1
lines changed

argocd/iac/terraform/examples/eks/hello-world/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ module "gitops_bridge_bootstrap" {
135135
# EKS Blueprints Addons
136136
################################################################################
137137
module "eks_blueprints_addons" {
138-
source = "github.com/csantanapr/terraform-aws-eks-blueprints-addons?ref=gitops-bridge-v2-c"
138+
source = "github.com/csantanapr/terraform-aws-eks-blueprints-addons?ref=gitops-bridge-v2"
139139

140140
cluster_name = module.eks.cluster_name
141141
cluster_endpoint = module.eks.cluster_endpoint

0 commit comments

Comments
 (0)