We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9d486 commit a8652d8Copy full SHA for a8652d8
variables.tf
@@ -169,3 +169,7 @@ variable "admin_password" {
169
default = "Monitor1234!"
170
}
171
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