diff --git a/catalogs/infra/cluster/stack.yaml b/catalogs/infra/cluster/stack.yaml index fa5a894d..bde2b6b1 100644 --- a/catalogs/infra/cluster/stack.yaml +++ b/catalogs/infra/cluster/stack.yaml @@ -26,4 +26,6 @@ spec: - name: TF_VAR_fleet value: {{ context.fleet }} - name: TF_VAR_tier - value: {{ context.tier }} \ No newline at end of file + value: {{ context.tier }} + - name: TF_VAR_region + value: {{ context.region }} diff --git a/setup/catalogs/infra/cluster.yaml b/setup/catalogs/infra/cluster.yaml index a6ad8f19..2d898db7 100644 --- a/setup/catalogs/infra/cluster.yaml +++ b/setup/catalogs/infra/cluster.yaml @@ -48,3 +48,7 @@ spec: values: - dev - prd + - name: region + type: STRING + documentation: Region where the cluster should be created. + default: us-east-2