Merge pull request #853 from Hestia-Homes/deploy-fastapi-with-terraform

Deploy fastapi with terraform: delete duplicate variable p2
This commit is contained in:
Daniel Roth 2026-03-12 11:10:56 +00:00 committed by GitHub
commit 791f4e80af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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