Skip to content

Commit

Permalink
Setting version 3.21450.0 to CloudBees CI
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed Mar 4, 2025
1 parent 0644d34 commit a9b8934
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
[![gitleaks badge](https://img.shields.io/badge/protected%20by-gitleaks-blue)](https://github.com/zricethezav/gitleaks#pre-commit)
[![gitsecrets](https://img.shields.io/badge/protected%20by-gitsecrets-blue)](https://github.com/awslabs/git-secrets)

> [!IMPORTANT]
> KNOWN ISSUE: The Terraform remote module registry [https://registry.terraform.io/modules/cloudbees/cloudbees-ci-eks-addon](https://registry.terraform.io/modules/cloudbees/cloudbees-ci-eks-addon/aws/latest) version stopped to be in sync with the GitHub repository since the source code repository was transfered from `cloudbees` to `cloudbees-oss` organization. We are working to fix this issue. In the meantime, please use the GitHub repository as the source of truth.
## Motivation

The CloudBees CI [AWS partner add-on](https://aws-ia.github.io/terraform-aws-eks-blueprints-addons/main/aws-partner-addons/) streamlines the adoption and experimentation of CloudBees CI enterprise features by:
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.21450.0"
source = "../../"
source = "cloudbees/cloudbees-ci-eks-addon/aws"
version = ">= 3.21450.0"

depends_on = [module.eks_blueprints_addons]

Expand Down
5 changes: 2 additions & 3 deletions blueprints/02-at-scale/main.k8s.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ resource "random_string" "global_pass_string" {
# CloudBees CI Add-on

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

depends_on = [module.eks_blueprints_addons]

Expand Down
5 changes: 2 additions & 3 deletions blueprints/03-karpenter/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ locals {
################################################################################

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

depends_on = [module.eks_blueprints_addons]

Expand Down

0 comments on commit a9b8934

Please sign in to comment.