Skip to content

Commit

Permalink
feat: Changed Databricks test workspace.
Browse files Browse the repository at this point in the history
Changed the config of the allow list and this now works as expected in
AWS.
  • Loading branch information
lazzurs committed Jan 1, 2025
1 parent ba7fb82 commit 4afe685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions databricks/lazzursorg/testworkspace/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ inputs = {
workspace_name = "testworkspace"
vpc_cidr = "10.1.0.0/18"
databricks_account_id = "7eea6300-240c-4753-8252-24af32f7da4c"
allowed_targets = ["*.databricks.com"]
denied_targets = ["*"]
allowed_targets = [".databricks.com"]
denied_targets = [""]
tags = {
"Owner" = "test"
"Environment" = "test"
Expand Down

0 comments on commit 4afe685

Please sign in to comment.