Can anyone help me translate this into pulumi? I c...
# general
g
Can anyone help me translate this into pulumi? I cannot seem to find how to reference this
"$${stageVariables.vpc_link_id}"
https://github.com/hashicorp/terraform-provider-aws/issues/12195#issuecomment-958732167 is this the correct way?
connectionId: "${stageVariables.vpcLinkId}",
? EDIT it seems to be a bug in AWS API Gateway. Ability to hook pulumi lifecycle would be awesome now because the only way I can fix this permanently, is to create a new VPCLink first, reatach and only after that remove the old one.