testing azure

pull/72/head
Stephen Kirby 2 years ago
parent 5e805fef02
commit 0da8b557ae

@ -13,7 +13,7 @@ describe("azure-region", async () => {
it("default output", async () => {
const state = await runTerraformApply(import.meta.dir, {});
expect(state.outputs.value.value).toBe("eastus");
expect(state.outputs.value.value).toBe("");
});
it("customized default", async () => {

@ -21,7 +21,7 @@ variable "description" {
}
variable "default" {
default = "eastus"
default = ""
description = "The default region to use if no region is specified."
type = string
}

Loading…
Cancel
Save