Skip to content

Commit 28958de

Browse files
Jordan-Williams2Jordan-Williams2
authored andcommitted
fix: catalog id
1 parent 0b26f1c commit 28958de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/scripts/pre-validation-deploy-ocp-and-scc-wp-instances.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ TF_VARS_FILE="terraform.tfvars"
3737
cd "${cwd}"
3838
jq -r --arg region_var_name "${region_var_name}" \
3939
--arg region_var_value "${REGION}" \
40-
--arg cluster_id_var_name "${cluster_name_var_name}" \
41-
--arg cluster_id_value "${cluster_name_value}" \
40+
--arg cluster_name_var_name "${cluster_name_var_name}" \
41+
--arg cluster_name_value "${cluster_name_value}" \
4242
--arg cluster_resource_group_id_var_name "${cluster_rg_id}" \
4343
--arg cluster_resource_group_id_value "${cluster_resource_group_id}" \
4444
'. + {($region_var_name): $region_var_value, ($cluster_name_var_name): $cluster_name_value, ($cluster_resource_group_id_var_name): $cluster_resource_group_id_value}' "${JSON_FILE}" > tmpfile && mv tmpfile "${JSON_FILE}" || exit 1

0 commit comments

Comments
 (0)