|
|
@ -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'."
|
|
|
|
}
|
|
|
|
}
|
|
|
|