future-ocean-92178
10/30/2020, 8:29 AMI try to let create new NIC after vswitch has created. so I use pulumi.DependsOn . but this code does not work. it will complain "./main.go:208:4: cannot use vswitchId (type vpc.Switch) as type pulumi.Resource in slice literal:
vpc.Switch does not implement pulumi.Resource (pulumi.addTransformation method has pointer receiver)"