(cloud) allows for automated restore.

This commit is contained in:
2023-03-29 16:52:10 -07:00
parent 420bd126bd
commit 392b007920
3 changed files with 113 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{
"version": 4,
"terraform_version": "1.3.8",
"serial": 54,
"serial": 60,
"lineage": "cf731bb4-8fb3-47af-6e29-22030e089d96",
"outputs": {
"aws_access_key_id": {
@@ -208,7 +208,7 @@
],
"revision": 3,
"runtime_platform": [],
"tags": null,
"tags": {},
"tags_all": {},
"task_role_arn": "arn:aws:iam::679918342773:role/datomic-ddb",
"volume": []
@@ -905,7 +905,64 @@
"type": "aws_ses_receipt_rule",
"name": "store",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": []
"instances": [
{
"schema_version": 0,
"attributes": {
"add_header_action": [],
"after": null,
"arn": "arn:aws:ses:us-east-1:679918342773:receipt-rule-set/default-rule-set:receipt-rule/store-prod-cloud",
"bounce_action": [],
"enabled": true,
"id": "store-prod-cloud",
"lambda_action": [],
"name": "store-prod-cloud",
"recipients": [
"invoices@cloud.mail.app.integreatconsult.com"
],
"rule_set_name": "default-rule-set",
"s3_action": [
{
"bucket_name": "integreat-mail-prod-cloud",
"kms_key_arn": "",
"object_key_prefix": "",
"position": 1,
"topic_arn": ""
}
],
"scan_enabled": true,
"sns_action": [],
"stop_action": [],
"tls_policy": "Optional",
"workmail_action": []
},
"sensitive_attributes": [],
"private": "bnVsbA==",
"dependencies": [
"aws_s3_bucket.invoices",
"aws_ses_receipt_rule_set.main",
"data.aws_caller_identity.current"
]
}
]
},
{
"mode": "managed",
"type": "aws_ses_receipt_rule_set",
"name": "main",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"arn": "arn:aws:ses:us-east-1:679918342773:receipt-rule-set/default-rule-set-prod-cloud",
"id": "default-rule-set-prod-cloud",
"rule_set_name": "default-rule-set-prod-cloud"
},
"sensitive_attributes": [],
"private": "bnVsbA=="
}
]
},
{
"mode": "managed",