When I do ```const vpc = aws_native.ec2.Vpc.get(`$...
# aws
f
When I do
Copy code
const vpc = aws_native.ec2.Vpc.get(`${STACK}-vpc`, vpcId);
I get these warnings when doing `pulumi preview --diff`:
Copy code
aws-native:ec2:Vpc (dev-vpc):
    warning: Can't import write-only properties: ipv4IpamPoolId, ipv4NetmaskLength
Getting the VPC works just fine, I just keep getting warnings, same with subnets. Any way to resolve these?