remove duplicate variable from main.tf

This commit is contained in:
Daniel Roth 2026-03-12 11:08:27 +00:00
parent 4bb99ce998
commit db9f6c1616

View file

@ -12,7 +12,6 @@ resource "aws_lambda_function" "this" {
s3_bucket = var.s3_bucket
s3_key = var.s3_key
source_code_hash = var.source_code_hash
environment {
variables = var.environment