Skip to content

Commit

Permalink
v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGueury committed Jan 27, 2024
1 parent 16837a2 commit eb40766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basis/bin/auto_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ else
fi

# Base DB - version
if [ "$TF_VAR_db_type" == "database" ] || [ $TF_VAR_group_common != "" ]; then
if [ -f $PROJECT_DIR/src/terraform/dbsystem.tf ]; then
export TF_VAR_db_version=`oci db version list --compartment-id $TF_VAR_compartment_ocid --db-system-shape VM.Standard.E4.Flex | jq -r ".data | last | .version"`
fi

Expand Down

0 comments on commit eb40766

Please sign in to comment.