Skip to content

Commit 075485f

Browse files
Merge pull request #3 from devops-deepaktogloor/feature
Merging feature branch to main
2 parents a361909 + af04b48 commit 075485f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ jobs:
3737
id: apply
3838
run: terraform apply --auto-approve
3939
working-directory: ./Terraform-VPC
40+
- name: Terraform Destroy
41+
id: destroy
42+
run: terraform destroy --auto-approve
43+
working-directory: ./Terraform-VPC
4044

0 commit comments

Comments
 (0)