mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #853 from Hestia-Homes/deploy-fastapi-with-terraform
Deploy fastapi with terraform: delete duplicate variable p2
This commit is contained in:
commit
791f4e80af
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ resource "aws_lambda_function" "this" {
|
||||||
|
|
||||||
s3_bucket = var.s3_bucket
|
s3_bucket = var.s3_bucket
|
||||||
s3_key = var.s3_key
|
s3_key = var.s3_key
|
||||||
source_code_hash = var.source_code_hash
|
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
variables = var.environment
|
variables = var.environment
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue