swift-postman-59572
06/22/2019, 12:16 AMconst config = new pulumi.Config();
const existingSecurityGroup = config.require('existingSG');
const cluster = new awsx.ecs.Cluster(`app-${env}`, {
securityGroups: [existingSecurityGroup],
vpc: vpc,
name: `app-${env}`
});
white-balloon-205
SecurityGroupOrId
.
Could you share the exact error? Is that for the exact code above?swift-postman-59572
06/22/2019, 10:25 PM