Skip to content

Commit

Permalink
remove default
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Aug 16, 2024
1 parent 9283628 commit 3e298e1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion databricks-catalog-external-location/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ data "aws_caller_identity" "current" {
locals {
path = "/databricks/"
name = "${var.tags.project}-${var.tags.env}"
external_location_name = "external-${local.name}"
bucket_name = "${local.name}-dbx-catalog-bucket"
iam_role_name = "external_location_dbx_${var.tags.env}_aws_role"
}
Expand Down
1 change: 0 additions & 1 deletion databricks-catalog-external-location/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ variable "databricks_external_id" {
variable "external_location_name" {
description = "Name of the external location"
type = string
default = local.external_location_name
}

variable "catalogs" {
Expand Down

0 comments on commit 3e298e1

Please sign in to comment.