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

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

View file

@ -17,5 +17,4 @@ variable "environment" {
default = {}
}
variable "s3_bucket" { type = string }
variable "s3_key" { type = string }
variable "source_code_hash" { type = string }
variable "s3_key" { type = string }