Skip to content

Commit

Permalink
add region to cluster configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks committed Dec 13, 2024
1 parent 64f400f commit 1710c14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion catalogs/infra/cluster/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ spec:
- name: TF_VAR_fleet
value: {{ context.fleet }}
- name: TF_VAR_tier
value: {{ context.tier }}
value: {{ context.tier }}
- name: TF_VAR_region
value: {{ context.region }}
4 changes: 4 additions & 0 deletions setup/catalogs/infra/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ spec:
values:
- dev
- prd
- name: region
type: STRING
documentation: Region where the cluster should be created.
default: us-east-2

0 comments on commit 1710c14

Please sign in to comment.