Skip to content

Commit 07e4122

Browse files
Merge pull request #263 from RemoteRabbit/bugfix/typo-workspace-comment
fix(comment): Typo for workspace in template.tfvars
2 parents ab5accc + 1038adc commit 07e4122

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

terraform/aws/template.tfvars

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ databricks_url = ""
22
workspace_id = ""
33
account_console_id = ""
44

5-
# Analysis Schema Name Should follow this format: YourUnityCatalogName.SchemaName
5+
# Analysis Schema Name Should follow this format: YourUnityCatalogName.SchemaName
66
# Catalog must exist, schema will be created by SAT
77
# Hive Metastore is no longer supported
8-
analysis_schema_name = "" #example: sat.security_analysis_tool
8+
analysis_schema_name = "" #example: sat.security_analysis_tool
99

1010
### Databricks Service Principal
1111
client_id = "" // Databricks Service Principal Application ID
@@ -17,8 +17,8 @@ client_secret = "" //Databricks Service Principal ID Secret
1717
# "http": "http://proxy.example.com:8080",
1818
# "https": "http://proxy.example.com:8080"
1919
# }
20-
proxies = {}
20+
proxies = {}
2121

2222
#Flag to run SAT initializer/Driver on Serverless
2323
run_on_serverless = false # [Only monitor current workspace]
24-
#Flag to scan for hardcoded secrets in all the SAT configured woekspace notebooks
24+
#Flag to scan for hardcoded secrets in all the SAT configured workspace notebooks

0 commit comments

Comments
 (0)