Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/lazzurs/gitops-environments
Browse files Browse the repository at this point in the history
  • Loading branch information
lazzurs committed Dec 20, 2024
2 parents 56468ed + a562365 commit 66cea14
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 66cea14

Please sign in to comment.