Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lazzurs committed Dec 15, 2024
1 parent 1f4e05b commit a562365
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion databricks/lazzursorg/testworkspace/terragrunt.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
terraform {
source = "tfr:///terraform-databricks-modules/aws-workspace/databricks?version=0.0.1"
#source = "tfr:///terraform-databricks-modules/aws-workspace/databricks?version=feat%2Fnetwork_firewall"
source = "github.com/terraform-databricks-modules/terraform-databricks-aws-workspace?ref=feat%2Fnetwork_firewall"
}

include {
Expand All @@ -22,6 +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 = ["*"]
tags = {
"Owner" = "test"
"Environment" = "test"
Expand Down

0 comments on commit a562365

Please sign in to comment.