Skip to content

Commit 1f7759c

Browse files
committed
fix: fmt
1 parent 6fcd5d1 commit 1f7759c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ variable "node_type" {
161161
}
162162

163163
variable "mountpoints" {
164-
type = map(object({
164+
type = map(object({
165165
storage_account_name = string
166166
container_name = string
167167
}))

0 commit comments

Comments
 (0)