Skip to content

Commit

Permalink
change s3 key name
Browse files Browse the repository at this point in the history
  • Loading branch information
tajewole-moj committed Oct 24, 2023
1 parent 96eeb32 commit 478a144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/apex/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ role = module.iambackup.backuprole
runtime = local.runtime
subnet_ids = [data.aws_subnet.private_subnets_a.id]
lamdbabucketname = "laa-${local.application_name}-${local.environment}-mp"
key = local.zipfiles
key = "dbsnapshot1.zip"



Expand Down

0 comments on commit 478a144

Please sign in to comment.