This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ variable "share" {
66
66
type = string
67
67
default = " owner"
68
68
validation {
69
-
70
69
condition = var. share == " owner" || var. share == " authenticated" || var. share == " public"
71
70
error_message = " Incorrect value. Please set either 'owner', 'authenticated', or 'public'."
72
71
}
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ variable "share" {
47
47
type = string
48
48
default = " owner"
49
49
validation {
50
-
51
50
condition = var. share == " owner" || var. share == " authenticated" || var. share == " public"
52
51
error_message = " Incorrect value. Please set either 'owner', 'authenticated', or 'public'."
53
52
}
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ variable "share" {
31
31
type = string
32
32
default = " owner"
33
33
validation {
34
-
35
34
condition = var. share == " owner" || var. share == " authenticated" || var. share == " public"
36
35
error_message = " Incorrect value. Please set either 'owner', 'authenticated', or 'public'."
37
36
}
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ variable "share" {
31
31
type = string
32
32
default = " owner"
33
33
validation {
34
-
35
34
condition = var. share == " owner" || var. share == " authenticated" || var. share == " public"
36
35
error_message = " Incorrect value. Please set either 'owner', 'authenticated', or 'public'."
37
36
}
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ variable "share" {
30
30
type = string
31
31
default = " owner"
32
32
validation {
33
-
34
33
condition = var. share == " owner" || var. share == " authenticated" || var. share == " public"
35
34
error_message = " Incorrect value. Please set either 'owner', 'authenticated', or 'public'."
36
35
}
You can’t perform that action at this time.
0 commit comments