File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -364,15 +364,15 @@ resource "aws_wafv2_regex_pattern_set" "test" {
364
364
regex_string = "two"
365
365
}
366
366
}
367
- `
367
+ `
368
368
}
369
369
370
370
func testAccRegexPatternSetConfig_namePrefix (namePrefix string ) string {
371
371
return fmt .Sprintf (`
372
372
resource "aws_wafv2_regex_pattern_set" "test" {
373
- name_prefix = %[1]q
374
- description = %[1]q
375
- scope = "REGIONAL"
373
+ name_prefix = %[1]q
374
+ description = %[1]q
375
+ scope = "REGIONAL"
376
376
377
377
regular_expression {
378
378
regex_string = "one"
@@ -382,7 +382,7 @@ resource "aws_wafv2_regex_pattern_set" "test" {
382
382
regex_string = "two"
383
383
}
384
384
}
385
- ` , namePrefix )
385
+ ` , namePrefix )
386
386
}
387
387
388
388
func testAccRegexPatternSetConfig_update (name string ) string {
Original file line number Diff line number Diff line change @@ -3436,15 +3436,15 @@ resource "aws_wafv2_web_acl" "test" {
3436
3436
sampled_requests_enabled = false
3437
3437
}
3438
3438
}
3439
- `
3439
+ `
3440
3440
}
3441
3441
3442
3442
func testAccWebACLConfig_namePrefix (namePrefix string ) string {
3443
3443
return fmt .Sprintf (`
3444
3444
resource "aws_wafv2_web_acl" "test" {
3445
- name_prefix = %[1]q
3446
- description = %[1]q
3447
- scope = "REGIONAL"
3445
+ name_prefix = %[1]q
3446
+ description = %[1]q
3447
+ scope = "REGIONAL"
3448
3448
3449
3449
default_action {
3450
3450
allow {}
@@ -3456,7 +3456,7 @@ resource "aws_wafv2_web_acl" "test" {
3456
3456
sampled_requests_enabled = false
3457
3457
}
3458
3458
}
3459
- ` , namePrefix )
3459
+ ` , namePrefix )
3460
3460
}
3461
3461
3462
3462
func testAccWebACLConfig_basicRule (rName string ) string {
You can’t perform that action at this time.
0 commit comments