Skip to content

Commit dea0d71

Browse files
MyroslavLevchykMyroslavLevchyk
authored andcommitted
upd
1 parent 3c98d5c commit dea0d71

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ resource "databricks_mws_storage_configurations" "this" {
157157
account_id = var.account_id
158158
storage_configuration_name = var.label
159159
bucket_name = module.storage_configuration_dbfs_bucket[0].s3_bucket_id
160-
}
160+
}

modules/privatelink/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ resource "databricks_mws_vpc_endpoint" "relay" {
1010
aws_vpc_endpoint_id = var.relay_aws_vpc_endpoint_id
1111
vpc_endpoint_name = var.relay_vpc_endpoint_name
1212
region = var.region
13-
}
13+
}

modules/privatelink/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ output "rest_vpce_id" {
66
output "relay_vpce_id" {
77
value = databricks_mws_vpc_endpoint.relay.vpc_endpoint_id
88
description = "The ID of the AWS VPC endpoint associated with the Databricks Relay service"
9-
}
9+
}

modules/privatelink/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ variable "relay_aws_vpc_endpoint_id" {
2525
variable "account_id" {
2626
type = string
2727
description = "Databricks Account ID"
28-
}
28+
}

modules/privatelink/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ terraform {
77
version = "~>1.0"
88
}
99
}
10-
}
10+
}

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ output "workspace_url" {
2121
output "workspace_id" {
2222
value = databricks_mws_workspaces.this.workspace_id
2323
description = "The unique identifier of the Databricks workspace."
24-
}
24+
}

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,4 @@ variable "private_access_settings_config" {
150150
public_access_enabled = optional(bool, true)
151151
})
152152
default = {}
153-
}
153+
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ terraform {
1515
version = "~> 0.11"
1616
}
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)