Merge pull request #854 from Hestia-Homes/main

Deploy fastapi with terraform: delete duplicate variable p2
This commit is contained in:
Jun-te Kim 2026-03-12 11:11:47 +00:00 committed by GitHub
commit a115c3998f
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