File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ module "alarm_state_history_table" {
419419 hash_key = " AlarmNameMetric"
420420 sort_key = " TimeCreated"
421421 deletion_protection_enabled = local. is_production
422- point_in_time_recovery_enabled = ! local . is_sandbox
422+ point_in_time_recovery_enabled = false
423423 stream_enabled = false
424424 ttl_enabled = true
425425 ttl_attribute_name = " TimeToExist"
Original file line number Diff line number Diff line change @@ -159,12 +159,12 @@ module "search_patient_alarm_topic" {
159159 })
160160}
161161
162-
163162resource "aws_sns_topic_subscription" "im_alerting_search_patient" {
164163 endpoint = module. im-alerting-lambda . lambda_arn
165164 protocol = " lambda"
166165 topic_arn = module. search_patient_alarm_topic . arn
167166}
167+
168168resource "aws_lambda_permission" "im_alerting_invoke_with_search_patient_sns" {
169169 statement_id = " AllowExecutionFromSeachPatientAlarmSNS"
170170 action = " lambda:InvokeFunction"
You can’t perform that action at this time.
0 commit comments