Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
update terraform to provision endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 5, 2023
1 parent f68d0a5 commit 9862856
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

## Read the json file into the environment variables
- name: JSON to variables
uses: rgarcia-phi/[email protected]
uses: actions/checkout@v2
with:
filename: 'package.json'
prefix: project
Expand Down Expand Up @@ -178,5 +178,5 @@ jobs:

run: |
source bin/config.sh ${{ env.THE_ENV }}
# terraform plan -var-file=tfvars/"${{ env.THE_ENV }}".tfvars -var="app_version=${{ env.THE_VERSION }}" -out="tfplan"
# terraform apply -auto-approve tfplan
terraform plan -var-file=tfvars/"${{ env.THE_ENV }}".tfvars -var="app_version=${{ env.THE_VERSION }}" -out="tfplan"
terraform apply -auto-approve tfplan
30 changes: 0 additions & 30 deletions .github/workflows/release_created.yml

This file was deleted.

0 comments on commit 9862856

Please sign in to comment.