We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd94a19 commit 7536a2aCopy full SHA for 7536a2a
registry/mavrickrishi/modules/aws-ami-snapshot/main.test.ts
@@ -15,7 +15,7 @@ describe("aws-ami-snapshot", async () => {
15
});
16
17
it("supports optional variables", async () => {
18
- await testRequiredVariables(import.meta.dir, {
+ await runTerraformApply(import.meta.dir, {
19
instance_id: "i-1234567890abcdef0",
20
default_ami_id: "ami-12345678",
21
template_name: "test-template",
0 commit comments