AWS - CloudFormation
You have two stacks: NetworkStack exports a VPC ID as
VpcIdExport. AppStack imports it using !ImportValue VpcIdExport. You want to update NetworkStack to change the VPC ID. What must you consider to avoid breaking AppStack?