elegant-carpet-8859
03/30/2021, 10:18 PMconst otherstack = new StackReference("org/project/stack");
export const network = otherstack.getOutput("network") as unknown as azure.network.VirtualNetwork
export const primaryProvider = otherstack.getOutput("primaryProvider") as unknown as azure.Provider
export const resourceGroup = otherstack.getOutput("resourceGroup") as unknown as azure.core.ResourceGroup
This is the only way I could get the TS to compile, but I'm also having difficulty using these (the provider doesn't work as a provider for creating a new k8s cluster for example) so I have a feeling I'm doing something wrongbillowy-army-68599
03/30/2021, 10:20 PM.get()
on thatelegant-carpet-8859
03/30/2021, 10:24 PM