We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ab8f7 commit 1ab22e4Copy full SHA for 1ab22e4
variables.tf
@@ -26,10 +26,6 @@ variable "aws_region" {
26
type = string
27
default = "us-east-1"
28
description = "Enter the AWS Region you wish to deploy in."
29
- validation {
30
- condition = can(regex("(us(-gov)?|ap|ca|cn|eu|sa)-(central|(north|south)?(east|west)?)-\d", var.aws_region))
31
- error_message = "Enter a valid region."
32
- }
33
}
34
35
variable "vpc_name" {
0 commit comments