Skip to content

Commit

Permalink
additonal cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tajewole-moj committed Nov 9, 2023
1 parent f1ff91b commit 3588bac
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 38 deletions.
2 changes: 1 addition & 1 deletion terraform/environments/apex/event_triggers.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "aws_cloudwatch_event_rule" "snapshotDBFunctionmon_sun" {
name = "laa-createSnapshotRule-${local.application_name}-${local.environment}-mp"
description = "Daily snapshots of Oracle volumes"
schedule_expression = "cron(39 11 ? * MON-SUN *)"
schedule_expression = "cron(00 12 ? * MON-SUN *)"
}
resource "aws_lambda_permission" "allow_cloudwatch_to_call_check_mon_sun" {
statement_id = "AllowExecutionFromCloudWatch"
Expand Down
2 changes: 1 addition & 1 deletion terraform/environments/apex/modules/s3/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tags = var.tags
}


resource "aws_s3_object" "object_name" {
resource "aws_s3_object" "provision_files" {
bucket = aws_s3_bucket.laa-lambda-backup.id
for_each = fileset("./zipfiles/", "**")
key = each.value
Expand Down
36 changes: 0 additions & 36 deletions terraform/environments/apex/zipfiles/createAMI.py

This file was deleted.

Binary file not shown.

0 comments on commit 3588bac

Please sign in to comment.