Skip to content

Commit 21e6595

Browse files
iamar7Md Anam Raihan
andauthored
chore: update cos plan condition (#818)
Co-authored-by: Md Anam Raihan <[email protected]>
1 parent 9127e83 commit 21e6595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/default/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ variable "cos_plan" {
4343
type = string
4444
default = "standard"
4545
validation {
46-
condition = contains(["standard", "lite"], var.cos_plan)
46+
condition = contains(["standard"], var.cos_plan)
4747
error_message = "The specified cos_plan is not a valid selection!"
4848
}
4949
}

0 commit comments

Comments
 (0)