Skip to content

Commit

Permalink
Merge pull request #128 from trussworks/rule_set_name_required
Browse files Browse the repository at this point in the history
Mark ses_rule_set as required
  • Loading branch information
esacteksab authored Nov 16, 2022
2 parents ebd2755 + c1fc2af commit 9a17895
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ No modules.
| receive\_s3\_kms\_key\_arn | The ARN of the KMS key for S3 objects of received emails (effective if enable\_incoming\_email is true). | `string` | `null` | no |
| receive\_s3\_prefix | The key prefix of the S3 bucket to store received emails (required if enable\_incoming\_email is true). | `string` | `""` | no |
| route53\_zone\_id | Route53 host zone ID to enable SES. | `string` | n/a | yes |
| ses\_rule\_set | Name of the SES rule set to associate rules with. | `string` | `null` | no |
| ses\_rule\_set | Name of the SES rule set to associate rules with. | `string` | n/a | yes |

## Outputs

Expand Down
1 change: 0 additions & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ variable "route53_zone_id" {
variable "ses_rule_set" {
description = "Name of the SES rule set to associate rules with."
type = string
default = null
}

variable "enable_incoming_email" {
Expand Down

0 comments on commit 9a17895

Please sign in to comment.