diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index 468b0c6eb..b9a4227ab 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -736,8 +736,7 @@ jobs: TF_VAR_db_name: ${{ secrets.DEV_DB_NAME }} TF_VAR_db_port: ${{ secrets.DEV_DB_PORT }} TF_VAR_hubspot_api_key: ${{ secrets.HUBSPOT_API_KEY }} - # Staging points at Abri's UAT relay endpoint; production values are - # pending from Abri (prod apply is blocked until they exist). + # Awaiting API Key from Abri TF_VAR_abri_relay_url: ${{ secrets.ABRI_RELAY_URL }} TF_VAR_abri_relay_username: ${{ secrets.ABRI_RELAY_USERNAME }} TF_VAR_abri_relay_password: ${{ secrets.ABRI_RELAY_PASSWORD }}