### Question 11 The following template uses Outputs. What happens to the exported value when this stack is deleted? ```yaml Outputs: VPCId: Description: The VPC ID Value: !Ref MyVPC Export: Name: !Sub '${AWS::StackName}-VPCID' ``` | AWS Certified Cloud Practitioner Quiz - LeetQuiz