Skip to content

Commit a157710

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/terraform-basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
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": "",
1616
"license": "ISC",
1717
"devDependencies": {
1818
"@types/aws-lambda": "^8.10.137"
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)