sparse-intern-71089
02/06/2024, 3:46 PMadventurous-butcher-54166
02/06/2024, 4:58 PMwonderful-toddler-75767
02/06/2024, 5:06 PMException: invoke of aws:ssm/getParameter:getParameter failed: invocation of aws:ssm/getParameter:getParameter returned an error: invoking aws:ssm/getParameter:getParameter: 1 error occurred:
* describing SSM parameter (/sandbox/production/us-east-1/us-production/subnets/private1): ParameterNotFound:
adventurous-butcher-54166
02/06/2024, 5:12 PMvpc = aws.ec2.Vpc(...)
# Used as input in another resource...
other = aws.someOther(vpc_id=vpc.id)
Are those resources not in the same Pulumi stack? Why do you want to first store the output in SSM and then retreive it from there?wonderful-toddler-75767
02/06/2024, 7:00 PMadventurous-butcher-54166
02/06/2024, 8:19 PMresource.id.apply(lambda x: x)
which will signal that the value isn't yet available.No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by