You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are not importing values from the vpc itself. Instead you are importing things about the vpc.
You would have to use the name of the CloudFormation stack and suffix VPCId to it.
I have not tried this specifically but it would be something like the following. The name that is being constructed is the CloudFormation stackname and VPCId concatenated and separated by a colon.
Sorry, I should have included that. If you are creating a new CloudFormation stack and need it to get that vpcid you would need to pass in the name of the stack that created it as a StackName parameter. Then the statement above would know the name of the exported vpcid value to use.
Do you have a way to import values from the VPC as stated
How do I import VPC Id from the above export?
The text was updated successfully, but these errors were encountered: