Skip to content

Commit

Permalink
Update TerraformApply.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tercemundo authored Jan 5, 2024
1 parent 42bcb33 commit 7fce590
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/TerraformApply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,12 @@ jobs:
terraform_apply:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v3
- name: Verify Terraform version
run: terraform --version

- name: Terraform init
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: echo "hola"

- name: mostraando data
run: echo ${{ env.AWS_ACCESS_KEY_ID }}
run: echo ${{ secrets.AWS_ACCESS_KEY_ID }}

0 comments on commit 7fce590

Please sign in to comment.