<#C84L4E3N1|general> I'm testing out importing res...
# general
b
#general I'm testing out importing resources in AWS. I am using a dotnet application with the AWS SDK. I was able to import the VPC, security group and subnets. When I go online and view my resources, I see that Pulumi has imported additional information that I did not supply. In this case, Pulumi shows the egress and ingress information in the resource tab. I did not specify that information, but it is correct. Is there a way to import that additional information into the application? I see that I can copy the JSON for the security group by clicking details, but is there a way to have Pulumi update my c# code? my stack.yaml only has the region I an using, and the Pulumi.yaml only has the name, description and runtime. Example code below