diff --git a/.github/workflows/_deploy_lambda.yml b/.github/workflows/_deploy_lambda.yml index 51024bd4..05ecc751 100644 --- a/.github/workflows/_deploy_lambda.yml +++ b/.github/workflows/_deploy_lambda.yml @@ -58,18 +58,6 @@ on: required: false TF_VAR_predictions_bucket: required: false - TF_VAR_sap_predictions_bucket: - required: false - TF_VAR_carbon_predictions_bucket: - required: false - TF_VAR_heat_predictions_bucket: - required: false - TF_VAR_heating_kwh_predictions_bucket: - required: false - TF_VAR_hotwater_kwh_predictions_bucket: - required: false - TF_VAR_energy_assessments_bucket: - required: false jobs: deploy: @@ -127,12 +115,6 @@ jobs: TF_VAR_plan_trigger_bucket: ${{ secrets.TF_VAR_plan_trigger_bucket }} TF_VAR_data_bucket: ${{ secrets.TF_VAR_data_bucket }} TF_VAR_predictions_bucket: ${{ secrets.TF_VAR_predictions_bucket }} - TF_VAR_sap_predictions_bucket: ${{ secrets.TF_VAR_sap_predictions_bucket }} - TF_VAR_carbon_predictions_bucket: ${{ secrets.TF_VAR_carbon_predictions_bucket }} - TF_VAR_heat_predictions_bucket: ${{ secrets.TF_VAR_heat_predictions_bucket }} - TF_VAR_heating_kwh_predictions_bucket: ${{ secrets.TF_VAR_heating_kwh_predictions_bucket }} - TF_VAR_hotwater_kwh_predictions_bucket: ${{ secrets.TF_VAR_hotwater_kwh_predictions_bucket }} - TF_VAR_energy_assessments_bucket: ${{ secrets.TF_VAR_energy_assessments_bucket }} run: | terraform plan \ -var="stage=${{ inputs.stage }}" \ @@ -158,12 +140,6 @@ jobs: TF_VAR_plan_trigger_bucket: ${{ secrets.TF_VAR_plan_trigger_bucket }} TF_VAR_data_bucket: ${{ secrets.TF_VAR_data_bucket }} TF_VAR_predictions_bucket: ${{ secrets.TF_VAR_predictions_bucket }} - TF_VAR_sap_predictions_bucket: ${{ secrets.TF_VAR_sap_predictions_bucket }} - TF_VAR_carbon_predictions_bucket: ${{ secrets.TF_VAR_carbon_predictions_bucket }} - TF_VAR_heat_predictions_bucket: ${{ secrets.TF_VAR_heat_predictions_bucket }} - TF_VAR_heating_kwh_predictions_bucket: ${{ secrets.TF_VAR_heating_kwh_predictions_bucket }} - TF_VAR_hotwater_kwh_predictions_bucket: ${{ secrets.TF_VAR_hotwater_kwh_predictions_bucket }} - TF_VAR_energy_assessments_bucket: ${{ secrets.TF_VAR_energy_assessments_bucket }} run: | terraform destroy -auto-approve \ -var="stage=${{ inputs.stage }}" \