This commit is contained in:
Muhammad Atif Ali
2023-10-16 17:59:18 +03:00
parent 52e4f3fb6f
commit 4f78c20201
5 changed files with 0 additions and 5 deletions

View File

@@ -30,7 +30,6 @@ variable "share" {
type = string
default = "owner"
validation {
condition = var.share == "owner" || var.share == "authenticated" || var.share == "public"
error_message = "Incorrect value. Please set either 'owner', 'authenticated', or 'public'."
}