Replies: 1 comment
-
@dflook , sorry for the tag but it seems I missing very basic here and hence as soon as everything gets built it gets destroyed right after that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
I am a beginner in github actions and I am not able to have github apply and destroy in the same yml file. The github generates the plan and creates the object after that it also deletes the object as I have given terraform destroy right after the terraform apply.
`name: 'Terraform CI'
on:
push:
branches:
- master
pull_request:
#types: [closed]
branches:
- master
jobs:
terraform:
name: 'Terraform'
runs-on: ubuntu-latest
Beta Was this translation helpful? Give feedback.
All reactions