Skip to content

Commit

Permalink
chore: bump installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Pragliola committed Jul 10, 2024
1 parent cff9237 commit f0bd53a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/provisioners/bootstrap/aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ terraform {
}

module "vpc-and-vpn" {
source = "github.com/sighupio/fury-eks-installer//modules/vpc-and-vpn?ref=v1.11.2-rc.0"
source = "github.com/sighupio/fury-eks-installer//modules/vpc-and-vpn?ref=v1.11.2-rc.1"

name = var.name
network_cidr = var.network_cidr
Expand Down
2 changes: 1 addition & 1 deletion data/provisioners/cluster/eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
}

module "fury" {
source = "github.com/sighupio/fury-eks-installer//modules/eks?ref=v1.11.2-rc.0"
source = "github.com/sighupio/fury-eks-installer//modules/eks?ref=v1.11.2-rc.1"

cluster_name = var.cluster_name
cluster_version = var.cluster_version
Expand Down

0 comments on commit f0bd53a

Please sign in to comment.