This seems to successfully get the vpc, but how do...
# yaml
m
This seems to successfully get the vpc, but how do make it a local resource?
Copy code
variables:
 vpc:
    fn::invoke:
      function: aws:ec2/getVpc:getVpc
      arguments:
        id: ${vpcId}