full-dress-10026
11/14/2018, 8:59 PMegress: [{
protocol: "-1",
fromPort: 0,
toPort: 0,
cidrBlocks: ["0.0.0.0/0"]
}]
microscopic-florist-22719
const allEgress = {
description: "Allow internet access.",
fromPort: 0,
toPort: 0,
protocol: "-1", // all
cidrBlocks: [ "0.0.0.0/0" ],
};
full-dress-10026
11/14/2018, 9:00 PMmicroscopic-florist-22719
pulumi refresh
?full-dress-10026
11/14/2018, 9:02 PMpulumi refresh
. I then ran pulumi update
and checked again and still nothing.microscopic-florist-22719
full-dress-10026
11/14/2018, 9:11 PM