Adding support for azure static webapp
Signed-off-by: Sujay Pillai <sujayopillai@gmail.com>
This commit is contained in:
parent
439fb4ee82
commit
48560b4546
@ -21,6 +21,7 @@ TestRG: resourcegroup.#ResourceGroup & {
|
|||||||
rgLocation: "eastus2"
|
rgLocation: "eastus2"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// rgName is obtained from above TestRG
|
||||||
TestSWA: staticwebapp.#StaticWebApp & {
|
TestSWA: staticwebapp.#StaticWebApp & {
|
||||||
config: TestRG.config
|
config: TestRG.config
|
||||||
rgName: "\(strings.Split(TestRG.id, "/")[4])"
|
rgName: "\(strings.Split(TestRG.id, "/")[4])"
|
||||||
|
Reference in New Issue
Block a user