Skip to content

Commit

Permalink
remove the key entry
Browse files Browse the repository at this point in the history
  • Loading branch information
tajewole-moj committed Oct 23, 2023
1 parent 59e771b commit 977468c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.key
# key = local.key



Expand Down
2 changes: 1 addition & 1 deletion terraform/environments/apex/modules/lambda/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "aws_lambda_function" "snapshotDBFunction" {
source_code_hash = data.archive_file.lambda_dbsnapshot[count.index].output_base64sha256
runtime = var.runtime[count.index]
s3_bucket = var.lamdbabucketname
s3_key = var.key[count.index]
# s3_key = var.key[count.index]

environment {
variables = {
Expand Down

0 comments on commit 977468c

Please sign in to comment.