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])"