fixing a number of bugs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 3,
|
||||
"terraform_version": "0.11.5",
|
||||
"serial": 13,
|
||||
"serial": 22,
|
||||
"lineage": "9b630886-8cee-a57d-c7a2-4f19f13f9c51",
|
||||
"modules": [
|
||||
{
|
||||
@@ -12,7 +12,7 @@
|
||||
"aws_access_key_id": {
|
||||
"sensitive": false,
|
||||
"type": "string",
|
||||
"value": "AKIAIRKDGLBX7J7VJZ6Q"
|
||||
"value": "AKIAISQDBHDDBYVHNXMQ"
|
||||
},
|
||||
"aws_default_region": {
|
||||
"sensitive": false,
|
||||
@@ -22,7 +22,7 @@
|
||||
"aws_secret_access_key": {
|
||||
"sensitive": false,
|
||||
"type": "string",
|
||||
"value": "OtRw2t/xktJBDjP8Jnx1Yf6G+uzBfIkrQEc6nmgo"
|
||||
"value": "emIzqz9zW+5WrbJHwc1MI0gSS9IXF5feFFxnQI+7"
|
||||
},
|
||||
"queue_url": {
|
||||
"sensitive": false,
|
||||
@@ -31,19 +31,103 @@
|
||||
}
|
||||
},
|
||||
"resources": {
|
||||
"aws_cloudwatch_event_rule.scheduled_reminders": {
|
||||
"type": "aws_cloudwatch_event_rule",
|
||||
"depends_on": [
|
||||
"aws_iam_role.reminder_send_role"
|
||||
],
|
||||
"primary": {
|
||||
"id": "send-scheduled-emails-prod",
|
||||
"attributes": {
|
||||
"arn": "arn:aws:events:us-east-1:679918342773:rule/send-scheduled-emails-prod",
|
||||
"description": "",
|
||||
"id": "send-scheduled-emails-prod",
|
||||
"is_enabled": "true",
|
||||
"name": "send-scheduled-emails-prod",
|
||||
"role_arn": "arn:aws:iam::679918342773:role/reminder-send-role-prod",
|
||||
"schedule_expression": "rate(4 hours)"
|
||||
},
|
||||
"meta": {},
|
||||
"tainted": false
|
||||
},
|
||||
"deposed": [],
|
||||
"provider": "provider.aws"
|
||||
},
|
||||
"aws_cloudwatch_event_target.sns": {
|
||||
"type": "aws_cloudwatch_event_target",
|
||||
"depends_on": [
|
||||
"aws_cloudwatch_event_rule.scheduled_reminders",
|
||||
"aws_sns_topic.reminder_topic"
|
||||
],
|
||||
"primary": {
|
||||
"id": "send-scheduled-emails-prod-SendToSNS",
|
||||
"attributes": {
|
||||
"arn": "arn:aws:sns:us-east-1:679918342773:reminders-prod",
|
||||
"id": "send-scheduled-emails-prod-SendToSNS",
|
||||
"input": "",
|
||||
"input_path": "",
|
||||
"role_arn": "",
|
||||
"rule": "send-scheduled-emails-prod",
|
||||
"target_id": "SendToSNS"
|
||||
},
|
||||
"meta": {},
|
||||
"tainted": false
|
||||
},
|
||||
"deposed": [],
|
||||
"provider": "provider.aws"
|
||||
},
|
||||
"aws_iam_access_key.app_user": {
|
||||
"type": "aws_iam_access_key",
|
||||
"depends_on": [
|
||||
"aws_iam_user.app_user"
|
||||
],
|
||||
"primary": {
|
||||
"id": "AKIAIRKDGLBX7J7VJZ6Q",
|
||||
"id": "AKIAISQDBHDDBYVHNXMQ",
|
||||
"attributes": {
|
||||
"id": "AKIAIRKDGLBX7J7VJZ6Q",
|
||||
"secret": "OtRw2t/xktJBDjP8Jnx1Yf6G+uzBfIkrQEc6nmgo",
|
||||
"ses_smtp_password": "ApPp+ffnGJ/nH8OmP/3dB6ASbZDSNPF3sRyRtZNrEl5D",
|
||||
"id": "AKIAISQDBHDDBYVHNXMQ",
|
||||
"secret": "emIzqz9zW+5WrbJHwc1MI0gSS9IXF5feFFxnQI+7",
|
||||
"ses_smtp_password": "AkXuCSGd0AHGdeQiVbLFJRBcZZmgO3od/LySjNbEUSRR",
|
||||
"status": "Active",
|
||||
"user": "integreat"
|
||||
"user": "integreat-prod"
|
||||
},
|
||||
"meta": {},
|
||||
"tainted": false
|
||||
},
|
||||
"deposed": [],
|
||||
"provider": "provider.aws"
|
||||
},
|
||||
"aws_iam_role.reminder_send_role": {
|
||||
"type": "aws_iam_role",
|
||||
"depends_on": [],
|
||||
"primary": {
|
||||
"id": "reminder-send-role-prod",
|
||||
"attributes": {
|
||||
"arn": "arn:aws:iam::679918342773:role/reminder-send-role-prod",
|
||||
"assume_role_policy": "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"\",\"Effect\":\"Allow\",\"Principal\":{\"Service\":\"events.amazonaws.com\"},\"Action\":\"sts:AssumeRole\"}]}",
|
||||
"create_date": "2018-04-08T21:29:29Z",
|
||||
"force_detach_policies": "false",
|
||||
"id": "reminder-send-role-prod",
|
||||
"name": "reminder-send-role-prod",
|
||||
"path": "/",
|
||||
"unique_id": "AROAJU3XYXVQUHOKPRZD4"
|
||||
},
|
||||
"meta": {},
|
||||
"tainted": false
|
||||
},
|
||||
"deposed": [],
|
||||
"provider": "provider.aws"
|
||||
},
|
||||
"aws_iam_role_policy_attachment.allow_send": {
|
||||
"type": "aws_iam_role_policy_attachment",
|
||||
"depends_on": [
|
||||
"aws_iam_role.reminder_send_role"
|
||||
],
|
||||
"primary": {
|
||||
"id": "reminder-send-role-prod-20180408212928695300000002",
|
||||
"attributes": {
|
||||
"id": "reminder-send-role-prod-20180408212928695300000002",
|
||||
"policy_arn": "arn:aws:iam::aws:policy/AmazonSNSFullAccess",
|
||||
"role": "reminder-send-role-prod"
|
||||
},
|
||||
"meta": {},
|
||||
"tainted": false
|
||||
@@ -55,12 +139,12 @@
|
||||
"type": "aws_iam_user",
|
||||
"depends_on": [],
|
||||
"primary": {
|
||||
"id": "integreat",
|
||||
"id": "integreat-prod",
|
||||
"attributes": {
|
||||
"arn": "arn:aws:iam::679918342773:user/integreat",
|
||||
"arn": "arn:aws:iam::679918342773:user/integreat-prod",
|
||||
"force_destroy": "false",
|
||||
"id": "integreat",
|
||||
"name": "integreat",
|
||||
"id": "integreat-prod",
|
||||
"name": "integreat-prod",
|
||||
"path": "/",
|
||||
"unique_id": "AIDAINFBWI2I7A3TKPGW2"
|
||||
},
|
||||
@@ -76,11 +160,11 @@
|
||||
"aws_iam_user.app_user"
|
||||
],
|
||||
"primary": {
|
||||
"id": "integreat-20180405235730902200000001",
|
||||
"id": "integreat-prod-20180408212927036600000001",
|
||||
"attributes": {
|
||||
"id": "integreat-20180405235730902200000001",
|
||||
"id": "integreat-prod-20180408212927036600000001",
|
||||
"policy_arn": "arn:aws:iam::aws:policy/AdministratorAccess",
|
||||
"user": "integreat"
|
||||
"user": "integreat-prod"
|
||||
},
|
||||
"meta": {},
|
||||
"tainted": false
|
||||
@@ -156,14 +240,14 @@
|
||||
"aws_ses_receipt_rule_set.main"
|
||||
],
|
||||
"primary": {
|
||||
"id": "store",
|
||||
"id": "store-prod",
|
||||
"attributes": {
|
||||
"add_header_action.#": "0",
|
||||
"bounce_action.#": "0",
|
||||
"enabled": "true",
|
||||
"id": "store",
|
||||
"id": "store-prod",
|
||||
"lambda_action.#": "0",
|
||||
"name": "store",
|
||||
"name": "store-prod",
|
||||
"recipients.#": "1",
|
||||
"recipients.2059710502": "invoices@mail.integreat.aws.brycecovertoperations.com",
|
||||
"rule_set_name": "default-rule-set",
|
||||
@@ -204,23 +288,23 @@
|
||||
"type": "aws_sns_topic",
|
||||
"depends_on": [],
|
||||
"primary": {
|
||||
"id": "arn:aws:sns:us-east-1:679918342773:reminders",
|
||||
"id": "arn:aws:sns:us-east-1:679918342773:reminders-prod",
|
||||
"attributes": {
|
||||
"application_failure_feedback_role_arn": "",
|
||||
"application_success_feedback_role_arn": "",
|
||||
"application_success_feedback_sample_rate": "0",
|
||||
"arn": "arn:aws:sns:us-east-1:679918342773:reminders",
|
||||
"arn": "arn:aws:sns:us-east-1:679918342773:reminders-prod",
|
||||
"delivery_policy": "",
|
||||
"display_name": "",
|
||||
"http_failure_feedback_role_arn": "",
|
||||
"http_success_feedback_role_arn": "",
|
||||
"http_success_feedback_sample_rate": "0",
|
||||
"id": "arn:aws:sns:us-east-1:679918342773:reminders",
|
||||
"id": "arn:aws:sns:us-east-1:679918342773:reminders-prod",
|
||||
"lambda_failure_feedback_role_arn": "",
|
||||
"lambda_success_feedback_role_arn": "",
|
||||
"lambda_success_feedback_sample_rate": "0",
|
||||
"name": "reminders",
|
||||
"policy": "{\"Version\":\"2008-10-17\",\"Id\":\"__default_policy_ID\",\"Statement\":[{\"Sid\":\"__default_statement_ID\",\"Effect\":\"Allow\",\"Principal\":{\"AWS\":\"*\"},\"Action\":[\"SNS:GetTopicAttributes\",\"SNS:SetTopicAttributes\",\"SNS:AddPermission\",\"SNS:RemovePermission\",\"SNS:DeleteTopic\",\"SNS:Subscribe\",\"SNS:ListSubscriptionsByTopic\",\"SNS:Publish\",\"SNS:Receive\"],\"Resource\":\"arn:aws:sns:us-east-1:679918342773:reminders\",\"Condition\":{\"StringEquals\":{\"AWS:SourceOwner\":\"679918342773\"}}}]}",
|
||||
"name": "reminders-prod",
|
||||
"policy": "{\"Version\":\"2008-10-17\",\"Id\":\"__default_policy_ID\",\"Statement\":[{\"Sid\":\"__default_statement_ID\",\"Effect\":\"Allow\",\"Principal\":{\"AWS\":\"*\"},\"Action\":[\"SNS:Publish\",\"SNS:RemovePermission\",\"SNS:SetTopicAttributes\",\"SNS:DeleteTopic\",\"SNS:ListSubscriptionsByTopic\",\"SNS:GetTopicAttributes\",\"SNS:Receive\",\"SNS:AddPermission\",\"SNS:Subscribe\"],\"Resource\":\"arn:aws:sns:us-east-1:679918342773:reminders\",\"Condition\":{\"StringEquals\":{\"AWS:SourceOwner\":\"679918342773\"}}},{\"Sid\":\"__console_pub_0\",\"Effect\":\"Allow\",\"Principal\":{\"AWS\":\"*\"},\"Action\":\"SNS:Publish\",\"Resource\":\"arn:aws:sns:us-east-1:679918342773:reminders\"}]}",
|
||||
"sqs_failure_feedback_role_arn": "",
|
||||
"sqs_success_feedback_role_arn": "",
|
||||
"sqs_success_feedback_sample_rate": "0"
|
||||
@@ -231,6 +315,29 @@
|
||||
"deposed": [],
|
||||
"provider": "provider.aws"
|
||||
},
|
||||
"aws_sns_topic_subscription.send_reminders_to_service": {
|
||||
"type": "aws_sns_topic_subscription",
|
||||
"depends_on": [
|
||||
"aws_sns_topic.reminder_topic"
|
||||
],
|
||||
"primary": {
|
||||
"id": "arn:aws:sns:us-east-1:679918342773:reminders-prod:760fbd12-3e50-43e1-859e-fefdc0751c34",
|
||||
"attributes": {
|
||||
"arn": "arn:aws:sns:us-east-1:679918342773:reminders-prod:760fbd12-3e50-43e1-859e-fefdc0751c34",
|
||||
"confirmation_timeout_in_minutes": "1",
|
||||
"endpoint": "https://integreat.aws.brycecovertoperations.com/api/reminders/send",
|
||||
"endpoint_auto_confirms": "true",
|
||||
"id": "arn:aws:sns:us-east-1:679918342773:reminders-prod:760fbd12-3e50-43e1-859e-fefdc0751c34",
|
||||
"protocol": "https",
|
||||
"raw_message_delivery": "false",
|
||||
"topic_arn": "arn:aws:sns:us-east-1:679918342773:reminders-prod"
|
||||
},
|
||||
"meta": {},
|
||||
"tainted": false
|
||||
},
|
||||
"deposed": [],
|
||||
"provider": "provider.aws"
|
||||
},
|
||||
"aws_sqs_queue.integreat-mail": {
|
||||
"type": "aws_sqs_queue",
|
||||
"depends_on": [
|
||||
@@ -262,11 +369,11 @@
|
||||
"type": "aws_caller_identity",
|
||||
"depends_on": [],
|
||||
"primary": {
|
||||
"id": "2018-04-07 15:49:02.39306443 +0000 UTC",
|
||||
"id": "2018-04-08 21:28:57.063150249 +0000 UTC",
|
||||
"attributes": {
|
||||
"account_id": "679918342773",
|
||||
"arn": "arn:aws:iam::679918342773:user/bryce",
|
||||
"id": "2018-04-07 15:49:02.39306443 +0000 UTC",
|
||||
"id": "2018-04-08 21:28:57.063150249 +0000 UTC",
|
||||
"user_id": "AIDAJPUJFTOKO4IRADMV4"
|
||||
},
|
||||
"meta": {},
|
||||
|
||||
Reference in New Issue
Block a user