Skip to content

Commit 99b8a98

Browse files
authored
Rename job from apply_terraform to destroy_terraform
1 parent d61fdc9 commit 99b8a98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/terraform_destroy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66

77
jobs:
8-
apply_terraform:
8+
destroy_terraform:
99
runs-on: ubuntu-latest
1010

1111
defaults:
@@ -32,4 +32,4 @@ jobs:
3232
run: terraform init
3333

3434
- name: Destroy Terraform
35-
run: terraform destroy --auto-approve
35+
run: terraform destroy --auto-approve

0 commit comments

Comments
 (0)