fmt
This commit is contained in:
@@ -66,7 +66,6 @@ variable "share" {
|
|||||||
type = string
|
type = string
|
||||||
default = "owner"
|
default = "owner"
|
||||||
validation {
|
validation {
|
||||||
|
|
||||||
condition = var.share == "owner" || var.share == "authenticated" || var.share == "public"
|
condition = var.share == "owner" || var.share == "authenticated" || var.share == "public"
|
||||||
error_message = "Incorrect value. Please set either 'owner', 'authenticated', or 'public'."
|
error_message = "Incorrect value. Please set either 'owner', 'authenticated', or 'public'."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -47,7 +47,6 @@ variable "share" {
|
|||||||
type = string
|
type = string
|
||||||
default = "owner"
|
default = "owner"
|
||||||
validation {
|
validation {
|
||||||
|
|
||||||
condition = var.share == "owner" || var.share == "authenticated" || var.share == "public"
|
condition = var.share == "owner" || var.share == "authenticated" || var.share == "public"
|
||||||
error_message = "Incorrect value. Please set either 'owner', 'authenticated', or 'public'."
|
error_message = "Incorrect value. Please set either 'owner', 'authenticated', or 'public'."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ variable "share" {
|
|||||||
type = string
|
type = string
|
||||||
default = "owner"
|
default = "owner"
|
||||||
validation {
|
validation {
|
||||||
|
|
||||||
condition = var.share == "owner" || var.share == "authenticated" || var.share == "public"
|
condition = var.share == "owner" || var.share == "authenticated" || var.share == "public"
|
||||||
error_message = "Incorrect value. Please set either 'owner', 'authenticated', or 'public'."
|
error_message = "Incorrect value. Please set either 'owner', 'authenticated', or 'public'."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,7 +31,6 @@ variable "share" {
|
|||||||
type = string
|
type = string
|
||||||
default = "owner"
|
default = "owner"
|
||||||
validation {
|
validation {
|
||||||
|
|
||||||
condition = var.share == "owner" || var.share == "authenticated" || var.share == "public"
|
condition = var.share == "owner" || var.share == "authenticated" || var.share == "public"
|
||||||
error_message = "Incorrect value. Please set either 'owner', 'authenticated', or 'public'."
|
error_message = "Incorrect value. Please set either 'owner', 'authenticated', or 'public'."
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,7 +30,6 @@ variable "share" {
|
|||||||
type = string
|
type = string
|
||||||
default = "owner"
|
default = "owner"
|
||||||
validation {
|
validation {
|
||||||
|
|
||||||
condition = var.share == "owner" || var.share == "authenticated" || var.share == "public"
|
condition = var.share == "owner" || var.share == "authenticated" || var.share == "public"
|
||||||
error_message = "Incorrect value. Please set either 'owner', 'authenticated', or 'public'."
|
error_message = "Incorrect value. Please set either 'owner', 'authenticated', or 'public'."
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user