Do you have a way to import values from the VPC as stated ``` VPCId: Description: The ID of the VPC that this stack is deployed in Value: !Ref 'VPC' Export: Name: !Join [ ':', [ !Ref 'AWS::StackName', 'VPCId' ] ] ``` How do I import VPC Id from the above export?