Skip to content

Commit 322e0ec

Browse files
feat: Improve Terraform and OpenTofu support
1 parent 63128b4 commit 322e0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/terraform-basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build_test-ts-commonjs": "cd services/testTsCommonJs && npx tsc && cp package.json ./dist && cd ../..",
1010
"build": "npm run build_test-ts-esmodule && npm run build_test-ts-commonjs",
1111
"deploy": "npm run build && terraform apply -auto-approve && terraform output -json > terraform-outputs.json",
12-
"destroy": "terraform destroy -auto-approve"
12+
"destroy": "npm run build && terraform destroy -auto-approve"
1313
},
1414
"keywords": [],
1515
"author": "",

0 commit comments

Comments
 (0)