Unverified Commit 267f3388 authored by Raghupathi's avatar Raghupathi Committed by GitHub
Browse files

Update config.j2

Showing with 2 additions and 2 deletions
+2 -2
......@@ -164,7 +164,7 @@ region_name = {{ ml_ORACLE_region_name }}
bucket_name = {{ ml_ORACLE_bucket_name }}
{% elif ML_Cloud_Service_Provider is eq 'GCP' %}
{% elif ML_Cloud_Service_Provider is eq 'gcloud' %}
[GCP]
......@@ -172,7 +172,7 @@ secret_data = {{ ml_GCP_secret_json_file }}
bucket_name = {{ ml_GCP_bucket_name }}
{% elif ML_Cloud_Service_Provider is eq 'AWS' %}
{% elif ML_Cloud_Service_Provider is eq 'aws' %}
[AWS]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment