The api
, deployment
and stage
outputs are returned as strings not objects
#111
Labels
api
, deployment
and stage
outputs are returned as strings not objects
#111
Currently most of the useful outputs on the
RestAPI
resources are returned as strings not objects.This is the cause of these two issues:
pulumi-aws-apigateway/examples/simple/index.ts
Line 24 in d3f90fc
pulumi-aws-apigateway/provider/cmd/pulumi-resource-aws-apigateway/restAPI.ts
Lines 159 to 160 in d3f90fc
I believe this is ultimately because of pulumi/pulumi#13802. We will need to fix that and then undo the workaround in
restAPI.ts
.The text was updated successfully, but these errors were encountered: