Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 committed Jul 25, 2020
1 parent 75b299a commit 5a3bdb4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ for more information about connecting to alternate AWS endpoints or AWS compatib
- [`aws_ses_domain_identity_verification` resource](/docs/providers/aws/r/ses_domain_identity_verification.html)
- [`aws_ses_email_identity` resource](/docs/providers/aws/r/ses_email_identity.html)
- [`aws_ses_receipt_filter` resource](/docs/providers/aws/r/ses_receipt_filter.html)
- [`aws_ses_active_receipt_rule_set` resource](/docs/providers/aws/r/ses_active_receipt_rule_set.html)
- [`aws_ssm_document` data source](/docs/providers/aws/d/ssm_document.html)
- [`aws_ssm_document` resource](/docs/providers/aws/r/ssm_document.html)
- [`aws_ssm_parameter` data source](/docs/providers/aws/d/ssm_parameter.html)
Expand Down
7 changes: 7 additions & 0 deletions website/docs/r/ses_active_receipt_rule_set.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ resource "aws_ses_active_receipt_rule_set" "main" {
The following arguments are supported:

* `rule_set_name` - (Required) The name of the rule set

## Attributes Reference

In addition to the arguments, which are exported, the following attributes are exported:

* `id` - The SES receipt rule set name.
* `arn` - The SES receipt rule set ARN.
7 changes: 0 additions & 7 deletions website/docs/r/ses_receipt_rule_set.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ The following arguments are supported:

* `rule_set_name` - (Required) The name of the rule set

## Attributes Reference

In addition to the arguments, which are exported, the following attributes are exported:

* `id` - The SES receipt rule set name.
* `arn` - The SES receipt rule set ARN.

## Import

SES receipt rule sets can be imported using the rule set name.
Expand Down

0 comments on commit 5a3bdb4

Please sign in to comment.