Skip to content

Commit a8652d8

Browse files
avoid mismatch between schema and variables.tf
1 parent 7b9d486 commit a8652d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

variables.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,7 @@ variable "admin_password" {
169169
default = "Monitor1234!"
170170
}
171171

172+
variable scratch_nfs_mount { default = ""}
173+
variable scratch_nfs_export {default = ""}
174+
variable cluster_nfs_mount {default = ""}
175+
variable cluster_nfs_export {default = ""}

0 commit comments

Comments
 (0)