ine-labs / AWSGoat

AWSGoat : A Damn Vulnerable AWS Infrastructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing ID on terraform apply workflow

maximiliarthur opened this issue · comments

I think there is a missing ID on line https://github.com/ine-labs/AWSGoat/blob/master/.github/workflows/tf-apply-main.yml#L41

Supposed to be like this:

    - name: Terraform Plan
      id: plan
      run: | 
        terraform plan -input=false
        ls -al
      continue-on-error: false

References
https://docs.github.com/en/actions/learn-github-actions/contexts#steps-context

Thanks for pointing this out, we have refactored the workflow file and included a few more checks.