File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ replace_byol_suite_14110_variables()
301301}
302302replace_ucm_suite_12214_variables ()
303303{
304- export TF_VAR_FILE=${SCRIPT_DIR} /../terraform/inputs/mp_image_suite_byol .tfvars
304+ export TF_VAR_FILE=${SCRIPT_DIR} /../terraform/inputs/mp_image_suite_ucm .tfvars
305305 get_mp_values
306306 sed -i ' /variable "tf_script_version" {/!b;n;n;n;cdefault = ' " $tf_script_version " ' ' ${TMP_BUILD} /variables.tf
307307 sed -i ' s/default = "EE"/default = "SUITE"/' ${TMP_BUILD} /edition.tf
@@ -314,7 +314,7 @@ replace_ucm_suite_12214_variables()
314314}
315315replace_ucm_suite_14110_variables ()
316316{
317- export TF_VAR_FILE=${SCRIPT_DIR} /../terraform/inputs/mp_image_suite_byol .tfvars
317+ export TF_VAR_FILE=${SCRIPT_DIR} /../terraform/inputs/mp_image_suite_ucm .tfvars
318318 get_mp_values
319319 sed -i ' /variable "tf_script_version" {/!b;n;n;n;cdefault = ' " $tf_script_version " ' ' ${TMP_BUILD} /variables.tf
320320 sed -i ' s/default = "EE"/default = "SUITE"/' ${TMP_BUILD} /edition.tf
You can’t perform that action at this time.
0 commit comments