We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e929ac5 commit 665c50dCopy full SHA for 665c50d
1 file changed
src/vscode-docker/create-cortex-config.sh
@@ -61,6 +61,7 @@ if [[ -n "${GCP_PROJECT_ID}" ]]; then
61
gcp_project_id: ${GCP_PROJECT_ID}
62
gcp_region: ${GCP_REGION:-UNKNOWN}
63
profiles_repo: shared-artifacts-a2hhlz
64
+profiles_region: us-west2
65
EOF
66
67
echo "cortex.yaml created successfully at ${CORTEX_CONFIG_PATH}"
@@ -75,6 +76,7 @@ else
75
76
gcp_project_id: "UNKNOWN"
77
gcp_region: "UNKNOWN"
78
79
80
# Please update this file with the correct values
81
82
echo "cortex.yaml created with placeholder at ${CORTEX_CONFIG_PATH}"
0 commit comments