mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
capital letter
This commit is contained in:
parent
b9105cc658
commit
cc1c7d05cb
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ module "ordnance" {
|
|||
DB_USERNAME = local.db_credentials.db_assessment_model_username
|
||||
DB_PASSWORD = local.db_credentials.db_assessment_model_password
|
||||
S3_BUCKET_NAME = data.terraform_remote_state.shared.outputs.retrofit_sap_data_bucket_name
|
||||
ORDNANCE_SURVEY_API_KEY = var.ordnance_survey_api_key
|
||||
ORDNANCE_SURVEY_API_KEY = var.ORDNANCE_SURVEY_API_KEY
|
||||
},
|
||||
)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ variable "batch_size" {
|
|||
default = 1
|
||||
}
|
||||
|
||||
variable "ordnance_survey_api_key" {
|
||||
variable "ORDNANCE_SURVEY_API_KEY" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue