mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
remove unused variables in s3 terraform
This commit is contained in:
parent
b3697d32fb
commit
5064ea0a10
1 changed files with 0 additions and 1 deletions
|
|
@ -93,7 +93,6 @@ module "s3_presignable_bucket" {
|
|||
module "s3" {
|
||||
source = "./modules/s3"
|
||||
bucketname = "data-lake-${var.stage}"
|
||||
environment = var.stage
|
||||
allowed_origins = var.allowed_origins
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue