Skip to content

Commit

Permalink
Adding source and version for main
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Oct 12, 2024
1 parent f9f3e7c commit 0b16c35
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Implementation examples are included in the [blueprints](https://github.com/clou
```terraform
module "eks_blueprints_addon_cbci" {
source = "cloudbees/cloudbees-ci-eks-addon/aws"
version = ">= 3.18072.0"
version = ">= 3.19313.0"
hosted_zone = "example.domain.com"
cert_arn = "arn:aws:acm:us-east-1:0000000:certificate/0000000-aaaa-bbb-ccc-thisIsAnExample"
Expand Down
5 changes: 2 additions & 3 deletions blueprints/01-getting-started/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ locals {
# CloudBees CI Add-on

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

depends_on = [module.eks_blueprints_addons]

Expand Down
6 changes: 3 additions & 3 deletions blueprints/02-at-scale/main.k8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ resource "time_static" "epoch" {
# CloudBees CI Add-on

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

depends_on = [module.eks_blueprints_addons]

hosted_zone = var.hosted_zone
Expand Down

0 comments on commit 0b16c35

Please sign in to comment.