Skip to content

Commit df2ec91

Browse files
committed
README.md updates
1 parent 7450ae3 commit df2ec91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/modules/ses/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module "ses_identity" {
5656
| Name | Description | Type | Default | Required |
5757
|------|-------------|------|---------|:--------:|
5858
| <a name="input_domain"></a> [domain](#input\_domain) | The root domain name to be registered with SES and used for verification. | `string` | n/a | yes |
59-
| <a name="input_enable"></a> [enable](#input\_enable) | Whether to enable the creation of SES identity, DKIM, and DNS records. | `bool` | n/a | yes |
59+
| <a name="input_is_sandbox"></a> [is\_sandbox](#input\_is\_sandbox) | Whether the workspace being created is a sandbox. | `bool` | n/a | yes |
6060
| <a name="input_zone_id"></a> [zone\_id](#input\_zone\_id) | The Route53 hosted zone ID where DNS verification records will be created. | `string` | n/a | yes |
6161

6262
## Outputs

0 commit comments

Comments
 (0)