test for fly-region region filter

pull/84/head
Stephen Kirby 2 years ago
parent f171434059
commit f7de34295f

@ -22,4 +22,12 @@ describe("fly-region", async () => {
});
expect(state.outputs.value.value).toBe("atl");
});
it("region filter", async () => {
const state = await runTerraformApply(import.meta.dir, {
default: "atl",
regions: '["arn", "ams", "bos"]'
});
expect(state.outputs.value.value).toBe("");
});
});

Loading…
Cancel
Save