Skip to content

Commit

Permalink
Using stable version of the cloud-installers
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbarrera92 committed Sep 6, 2021
1 parent 0ec2189 commit e3aba9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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=no-spot-instance_eks-ami-id-rename"
source = "github.com/sighupio/fury-eks-installer//modules/eks?ref=v1.8.0"

cluster_name = var.cluster_name
cluster_version = var.cluster_version
Expand Down
2 changes: 1 addition & 1 deletion data/provisioners/cluster/gke/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-gke-installer//modules/gke?ref=no-preemtible-instances_os-parameter"
source = "github.com/sighupio/fury-gke-installer//modules/gke?ref=v1.8.0"

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

0 comments on commit e3aba9c

Please sign in to comment.