Skip to content

Commit

Permalink
Merge pull request #69 from jyejare/fix_settings
Browse files Browse the repository at this point in the history
Fixes #68 - Fix Typo in Compute based settings
  • Loading branch information
jyejare authored Oct 6, 2022
2 parents 1476c5f + 9d35c09 commit 3ca3420
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions conf/aws.yaml.template
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
AWS:
AUTH:
# ACCESS_KEY can be used as username
USERNAME:
# SECRET_KEY can be used as password
PASSWORD:
ACCESS_KEY:
SECRET_KEY:
# Multiple regions can be added like ["ap-south-1", "us-west-2", "us-west-1"] or ["all"] for all regions
REGIONS: []
CRITERIA:
Expand Down
6 changes: 2 additions & 4 deletions conf/azure.yaml.template
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
AZURE:
AUTH:
# CLIENT_ID
USERNAME:
# SECRET_ID
PASSWORD:
CLIENT_ID:
SECRET_ID:
TENANT_ID:
SUBSCRIPTION_ID:
RESOURCE_GROUP:
Expand Down

0 comments on commit 3ca3420

Please sign in to comment.