mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
lower case
This commit is contained in:
parent
48a728721d
commit
6642e1b357
2 changed files with 2 additions and 2 deletions
2
.github/workflows/_deploy_lambda.yml
vendored
2
.github/workflows/_deploy_lambda.yml
vendored
|
|
@ -58,7 +58,7 @@ on:
|
|||
required: false
|
||||
TF_VAR_google_solar_api_key:
|
||||
required: false
|
||||
TF_VAR_ORDNANCE_SURVEY_API_KEY:
|
||||
TF_VAR_ordnance_survey_api_key:
|
||||
required: false
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
|
|
@ -42,4 +42,4 @@ module "ordnance" {
|
|||
resource "aws_iam_role_policy_attachment" "ordanceSurvey_read_and_write" {
|
||||
role = module.ordnance.role_name
|
||||
policy_arn = data.terraform_remote_state.shared.outputs.ordnance_s3_read_and_write_arn
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue