Is there some magic to being able to use --target ...
# typescript
a
Is there some magic to being able to use --target to create an awsx resource? It seems like if I target a vpc
--target urn:pulumi:prod1::api::awsx:x:ec2:Vpc\$aws:ec2/vpc:Vpc::some-vpc --target-dependents
the dependency graph only spits out the VPC, and none of the subnets / nat gateways / whatever else in the VPC. Then it fails on creation, with
urn:pulumi:prod1::api::awsx:x:ec2:Vpc\$aws:ec2/vpc:Vpc::some-vpc could not be found in the stack.