mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
added ecr for eco spreadsheet
This commit is contained in:
parent
1a6da7b690
commit
8a04146228
1 changed files with 5 additions and 0 deletions
|
|
@ -155,3 +155,8 @@ module "due_considerations_ecr" {
|
|||
ecr_name = "due-considerations-${var.stage}"
|
||||
source = "./modules/ecr"
|
||||
}
|
||||
|
||||
module "eco_spreadsheet_ecr" {
|
||||
ecr_name = "eco-spreadsheet-${var.stage}"
|
||||
source = "./modules/ecr"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue