mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
add note about predictions bucket
This commit is contained in:
parent
4f234ae975
commit
01cb0f9c02
1 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,8 @@ module "lambda" {
|
|||
DOMAIN_NAME = var.domain_name
|
||||
EPC_AUTH_TOKEN = var.epc_auth_token
|
||||
GOOGLE_SOLAR_API_KEY = var.google_solar_api_key
|
||||
PREDICTIONS_BUCKET = var.predictions_bucket
|
||||
|
||||
PREDICTIONS_BUCKET = var.predictions_bucket # NOTE: Possible legacy
|
||||
|
||||
# Buckets - from terraform state
|
||||
PLAN_TRIGGER_BUCKET = data.terraform_remote_state.shared.outputs.retrofit_plan_trigger_bucket_name
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue