Closed asalkeld closed 2 years ago
@asalkeld we're probably better off extracting this value post deployment as an output rather than trying to read and export it during the deployment.
If this is for listing endpoints for urls, we should be able to iterate the deployed resources in the stack after running Up, find the deployed Apis and access the service Url as an output.
When deploying github.com/asalkeld/test-app/ I got the following error.
this happens here: https://github.com/nitrictech/cli/blob/develop/pkg/provider/pulumi/azure/apimanagement.go#L95-L100 when we are trying to get the apiendpoint.. cc @tjholm