@@ -199,6 +199,35 @@ Available targets:
199
199
| ------| ---------|
200
200
| aws | >= 2.0 |
201
201
202
+ ## Modules
203
+
204
+ | Name | Source | Version |
205
+ | ------| --------| ---------|
206
+ | artifact | cloudposse/module-artifact/external | 0.7.0 |
207
+ | this | cloudposse/label/null | 0.24.1 |
208
+
209
+ ## Resources
210
+
211
+ | Name |
212
+ | ------|
213
+ | [ aws_caller_identity] ( https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/data-sources/caller_identity ) |
214
+ | [ aws_iam_policy] ( https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/iam_policy ) |
215
+ | [ aws_iam_policy_document] ( https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/data-sources/iam_policy_document ) |
216
+ | [ aws_iam_role] ( https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/iam_role ) |
217
+ | [ aws_iam_role_policy_attachment] ( https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/iam_role_policy_attachment ) |
218
+ | [ aws_lambda_alias] ( https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/lambda_alias ) |
219
+ | [ aws_lambda_function] ( https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/lambda_function ) |
220
+ | [ aws_lambda_permission] ( https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/lambda_permission ) |
221
+ | [ aws_route53_record] ( https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/route53_record ) |
222
+ | [ aws_route53_zone] ( https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/data-sources/route53_zone ) |
223
+ | [ aws_s3_bucket] ( https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/s3_bucket ) |
224
+ | [ aws_s3_bucket_policy] ( https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/s3_bucket_policy ) |
225
+ | [ aws_ses_active_receipt_rule_set] ( https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/ses_active_receipt_rule_set ) |
226
+ | [ aws_ses_domain_identity] ( https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/ses_domain_identity ) |
227
+ | [ aws_ses_domain_identity_verification] ( https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/ses_domain_identity_verification ) |
228
+ | [ aws_ses_receipt_rule] ( https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/ses_receipt_rule ) |
229
+ | [ aws_ses_receipt_rule_set] ( https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/ses_receipt_rule_set ) |
230
+
202
231
## Inputs
203
232
204
233
| Name | Description | Type | Default | Required |
@@ -252,7 +281,6 @@ Available targets:
252
281
| ses\_ domain\_ identity\_ verification\_ arn | The ARN of the domain identity |
253
282
| ses\_ receipt\_ rule\_ name | The name of the SES receipt rule |
254
283
| ses\_ receipt\_ rule\_ set\_ name | The name of the SES receipt rule set |
255
-
256
284
<!-- markdownlint-restore -->
257
285
258
286
0 commit comments