sparse-intern-71089
09/12/2020, 8:21 AMlemon-agent-27707
09/12/2020, 2:31 PMEnsureNetwork
function that makes sure the resources are available and deploys them if not:
https://github.com/EvanBoyle/automation-api-examples/blob/main/vm_manager_azure/infra/deploy/deploy.go#L118-L178busy-umbrella-36067
09/12/2020, 3:00 PMlet vpc = undefined
try {
vpc = aws.ec2.getVPc()
} catch {
vpc = new aws.ec2.vpc
}