Skip to content

Commit

Permalink
crudely handling parvati for speed, will need to be more dynamic goin…
Browse files Browse the repository at this point in the history
…g fwd (#14)
  • Loading branch information
leebates81 authored Apr 12, 2022
1 parent d1e3d28 commit 436d528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tags/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ variable "stage" {
description = "Stage on which infra should be deployed"
type = string
validation {
condition = can(regex("latest|test|beta|prod", var.stage))
error_message = "Invalid stage! Allowed values are [latest, test, beta, prod]."
condition = can(regex("latest|test|beta|prod|parvati", var.stage))
error_message = "Invalid stage! Allowed values are [latest, test, beta, prod, parvati]."
}
}

Expand Down

0 comments on commit 436d528

Please sign in to comment.