Skip to content

Commit 560fb75

Browse files
committed
fix: fmt
1 parent 3a65ada commit 560fb75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ variable "iam_permissions" {
7777

7878
# Default Cluster and Cluster Policy variables
7979
variable "default_cluster_id" {
80-
type = string
80+
type = string
8181
description = "Single value of default Cluster id created by 'databricks-runtime' module"
82-
default = ""
82+
default = ""
8383
}
8484

8585
variable "cluster_policies_object" {

0 commit comments

Comments
 (0)