This commit is contained in:
Muhammad Atif Ali
2023-10-16 17:54:24 +03:00
parent 11d7787cb0
commit 52e4f3fb6f
5 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ variable "install_version" {
} }
variable "share" { variable "share" {
type = string type = string
default = "owner" default = "owner"
validation { validation {

View File

@@ -44,7 +44,7 @@ variable "folder" {
} }
variable "share" { variable "share" {
type = string type = string
default = "owner" default = "owner"
validation { validation {

View File

@@ -28,7 +28,7 @@ variable "port" {
} }
variable "share" { variable "share" {
type = string type = string
default = "owner" default = "owner"
validation { validation {

View File

@@ -28,7 +28,7 @@ variable "port" {
} }
variable "share" { variable "share" {
type = string type = string
default = "owner" default = "owner"
validation { validation {

View File

@@ -27,7 +27,7 @@ variable "folder" {
} }
variable "share" { variable "share" {
type = string type = string
default = "owner" default = "owner"
validation { validation {