From 48560b4546274ed72deeb2943f28fb0998d28b04 Mon Sep 17 00:00:00 2001 From: Sujay Pillai Date: Sat, 11 Sep 2021 14:10:37 +0800 Subject: [PATCH] Adding support for azure static webapp Signed-off-by: Sujay Pillai --- stdlib/azure/staticwebapp/tests/stapp.cue | 1 + 1 file changed, 1 insertion(+) diff --git a/stdlib/azure/staticwebapp/tests/stapp.cue b/stdlib/azure/staticwebapp/tests/stapp.cue index a3f9f482..9c8def62 100644 --- a/stdlib/azure/staticwebapp/tests/stapp.cue +++ b/stdlib/azure/staticwebapp/tests/stapp.cue @@ -21,6 +21,7 @@ TestRG: resourcegroup.#ResourceGroup & { rgLocation: "eastus2" } +// rgName is obtained from above TestRG TestSWA: staticwebapp.#StaticWebApp & { config: TestRG.config rgName: "\(strings.Split(TestRG.id, "/")[4])"