quaint-air-36266
03/30/2022, 3:49 AMcidrBlock
(screenshot), Pulumi creates an empty security group in AWS without an egress rule. But, in Pulumi’s stack output, it says that the egress rule exists. Even after a refresh the state is not updated.
Only when I create an egress (or ingress) rule with a cidrBlock
does Pulumi function as expected.
Any idea why this would be happening?billowy-army-68599
03/30/2022, 4:09 AMlittle-cartoon-10569
03/30/2022, 8:07 PMegress
property and with a SecurityGroupRule
instead? I think it'll probably fail at compile time. Which is, imo, another good reason to avoid sugar constructs like this and stick with objects that map directly to resources.