great-sunset-355
06/22/2021, 3:43 PMstr
of Output so I can use it as part of resource_name
in another resource?
I tried:
access_rds = ec2.SecurityGroupRule(
eb_env.id.apply(lambda x: f'awseb-{x}-to-db'),
)
But it still gave me <pulumi.output.Output object at 0x7f81213b3bb0>
instead of an actual valuebillowy-army-68599
06/22/2021, 3:48 PMacceptable-army-69872
06/22/2021, 4:21 PM