I seem to be running into this failure a lot: ``` ...
# general
f
I seem to be running into this failure a lot:
Copy code
error: Plan apply failed: [WARN] A duplicate Security Group rule was found on (sg-002c2846717345a56). This may be
    a side effect of a now-fixed Terraform issue causing two security groups with
    identical attributes but different source_security_group_ids to overwrite each
    other in the state. See <https://github.com/hashicorp/terraform/pull/2376> for more
    information and instructions for recovery. Error message: the specified rule "peer: 0.0.0.0/0, TCP, from port: 8880, to port: 8880, ALLOW" already exists
It has something to do with
awsx.elasticloadbalancingv2.ApplicationLoadBalancer
, passing in
securityGroups
, and changing said security groups.
s
Are you on the latest providers and CLI?
f
I'm using
Copy code
"@pulumi/pulumi": "0.17.2",
        "@pulumi/aws": "0.17.1",
        "@pulumi/awsx": "0.17.1"
and CLI 0.17.1
s
Ah, 0.18.0 should be out later today and fix that issue, didn’t realise there hadn’t been a release since the fix went in
f
Ok, great.
b
@stocky-spoon-28903 Any update on the release? Thanks
s
Hi @boundless-author-24618, I think it’s likely to be tomorrow now, there are some downsteam things that need releases coordinating
Sorry about that!
b
No worries - thanks for the update!