Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update regions
  • Loading branch information
AndresMarcelo7 committed Jul 11, 2025
commit fac690baef9071ce1d839327678f2d3bd6f985bc
2 changes: 1 addition & 1 deletion eksctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: cnoe-ref-impl
region: us-west-2
region: us-east-1
version: "1.28"
managedNodeGroups:
- name: managed-ng-1
Expand Down
2 changes: 1 addition & 1 deletion setups/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repo_url: "https://github.com/cnoe-io/reference-implementation-aws"
tags:
env: "dev"
project: "cnoe"
region: "us-west-2"
region: "us-east-1"
# The name of the EKS cluster you are installing this under.
cluster_name: "cnoe-ref-impl"
# Set this to false if you want to manage DNS somewhere else. e.g. manually.
Expand Down
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ variable "tags" {
variable "region" {
description = "Region"
type = string
default = "us-west-2"
default = "us-east-1"
}

variable "cluster_name" {
Expand Down