Skip to content

Commit

Permalink
ci:preparing builds
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Oct 10, 2024
1 parent 26939cb commit a917615
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions blueprints/01-getting-started/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ locals {
# CloudBees CI Add-on

module "eks_blueprints_addon_cbci" {
source = "cloudbees/cloudbees-ci-eks-addon/aws"
version = ">= 3.18306.0"
#source = "cloudbees/cloudbees-ci-eks-addon/aws"
#version = ">= 3.18306.0"
source = "../../"

depends_on = [module.eks_blueprints_addons]

Expand Down

0 comments on commit a917615

Please sign in to comment.