Skip to content

Commit

Permalink
chore: update cos plan condition (#818)
Browse files Browse the repository at this point in the history
Co-authored-by: Md Anam Raihan <[email protected]>
  • Loading branch information
iamar7 and Md Anam Raihan authored Jul 17, 2024
1 parent 9127e83 commit 21e6595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/default/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ variable "cos_plan" {
type = string
default = "standard"
validation {
condition = contains(["standard", "lite"], var.cos_plan)
condition = contains(["standard"], var.cos_plan)
error_message = "The specified cos_plan is not a valid selection!"
}
}
Expand Down

0 comments on commit 21e6595

Please sign in to comment.