const vpc = new awsx.ec2.Vpc...
...vpc.subnetIds...
f
faint-motherboard-95438
09/15/2020, 6:15 PM
@broad-gold-44713 not sure what you’re suggesting here.
vpc.subnetIds
does not exist. Maybe you’re referring to one of
vpc.publicSubnetIds
,
vpc.privateSubnetIds
or
vpc.isolatedSubnetIds
but that does not fit our needs. We use
getSubnetIds
because it provides a filtering capability.
b
broad-gold-44713
09/15/2020, 6:17 PM
You're right, my bad.
broad-gold-44713
09/16/2020, 4:41 AM
One other idea, may be separate into two projects with StackReference? I've found things to be a lot more stable and tractable by keeping projects relatively small. Plus much easier to edit state if something does go bad.
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.