diff --git a/github/terraform-databricks-modules/org.yaml b/github/terraform-databricks-modules/org.yaml index 3f7557f..6937a4f 100644 --- a/github/terraform-databricks-modules/org.yaml +++ b/github/terraform-databricks-modules/org.yaml @@ -1,3 +1,4 @@ --- github_owner: "terraform-databricks-modules" +org_name: "terraform-databricks-modules" diff --git a/github/terraform-databricks-modules/org/terragrunt.hcl b/github/terraform-databricks-modules/org/terragrunt.hcl new file mode 100644 index 0000000..befb908 --- /dev/null +++ b/github/terraform-databricks-modules/org/terragrunt.hcl @@ -0,0 +1,39 @@ +terraform { + source = "tfr:///mineiros-io/organization/github?version=0.9.0" +} + +include { + path = find_in_parent_folders() +} + +# Indicate what region to deploy the resources into +generate "provider" { + path = "provider.tf" + if_exists = "overwrite_terragrunt" + contents = <