Skip to content

Commit

Permalink
Merge pull request #15 from leebates81/adding-new-stage
Browse files Browse the repository at this point in the history
chore: adding of new stage for tagging
  • Loading branch information
pearcem0 authored May 23, 2022
2 parents d1e3d28 + 9df686f commit 75a0b90
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 75a0b90

Please sign in to comment.