mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-07 22:53:08 -06:00
provider/aws: Fix test config for SES Receipt Rule (#14383)
This commit is contained in:
parent
e238981e9c
commit
a846b1b3b0
@ -277,18 +277,18 @@ resource "aws_ses_receipt_rule" "actions" {
|
|||||||
add_header_action {
|
add_header_action {
|
||||||
header_name = "Added-By"
|
header_name = "Added-By"
|
||||||
header_value = "Terraform"
|
header_value = "Terraform"
|
||||||
position = 1
|
position = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
add_header_action {
|
add_header_action {
|
||||||
header_name = "Another-Header"
|
header_name = "Another-Header"
|
||||||
header_value = "First"
|
header_value = "First"
|
||||||
position = 0
|
position = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
stop_action {
|
stop_action {
|
||||||
scope = "RuleSet"
|
scope = "RuleSet"
|
||||||
position = 2
|
position = 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`, srrsRandomInt)
|
`, srrsRandomInt)
|
||||||
|
Loading…
Reference in New Issue
Block a user