Hey everyone! I am importing an existing AWS VPC u...
# general
a
Hey everyone! I am importing an existing AWS VPC using Pulumi in C# with #aws (classic) provider, but I'm having lots of trouble since when running pulumi up (or even preview), all the connected
Routes
,
NetworkACLEntries
and
SubnetRouteTableAssociations
are getting deleted; this doesn't happen if I also import the
VPCCidrBlock
(in Pulumi it's
aws.ec2.VpcIpv6CidrBlockAssociation
), however I can't run that import because it asks for a
Ipv6IpamPoolId
, however I can't provide that because my vpc has
AssignGeneratedIpv6CidrBlock = true
(uses managed Ipv6 cidr block). Has anyone encountered this kind of problem before? This is really blocking us right now, we can't deploy this import to production since we risk causing downtime