Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitceb601b

Browse files
committed
fix(infra): update validation regex
1 parent84515d4 commitceb601b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎infra/cdn/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ variable "ngwaf_site_name" {
6262
description="Site SHORT name for NGWAF"
6363

6464
validation {
65-
condition=can(regex("^(test|stage|prod)$", var.ngwaf_site_name))
66-
error_message="'ngwaf_site_name' must be one of the following: test,stage,or prod"
65+
condition=can(regex("^(pythondotorg-test|pythondotorg-prod)$", var.ngwaf_site_name))
66+
error_message="'ngwaf_site_name' must be one of the following:pythondotorg-test, orpythondotorg-prod"
6767
}
6868
}
6969
variable"ngwaf_email" {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp