adorable-summer-21974
07/21/2022, 8:42 AMaws:ec2:SecurityGroupRule (wiki-https-external-0-egress):
error: 1 error occurred:
* [WARN] A duplicate Security Group rule was found on (sg-002096ed4ca1220a3). 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: InvalidPermission.Duplicate: the specified rule "peer: 0.0.0.0/0, TCP, from port: 443, to port: 443, ALLOW" already exists
status code: 400, request id: 1b6001e7-2dc7-437f-aa56-c92a32fa707b
lloyd@xps13:~/Code/pulumi-templates/wiki$ pulumi about
CLI
Version 3.36.0
Go Version go1.17.12
Go Compiler gc
Plugins
NAME VERSION
aws 5.10.0
docker 3.2.0
nodejs unknown
Host
OS ubuntu
Version 20.04
Arch x86_64
This project is written in nodejs: executable='/home/lloyd/.nvm/versions/node/v16.13.1/bin/node' version='v16.13.1'
Backend
Name <http://pulumi.com|pulumi.com>
URL <https://app.pulumi.com/lloydwatkin>
User lloydwatkin
Organizations lloydwatkin, OLIOEX
Dependencies:
NAME VERSION
@pulumi/aws 5.10.0
@pulumi/awsx 0.40.0
@pulumi/docker 3.2.0
@pulumi/pulumi 3.36.0
@types/node 8.10.66
Pulumi locates its logs in /tmp by default
warning: Failed to get information about the current stack: No current stack
mammoth-electrician-64525
07/21/2022, 8:55 AMadorable-summer-21974
07/21/2022, 8:58 AMconst alb = new awsx.elasticloadbalancingv2.ApplicationLoadBalancer(
'wiki-loadbalancer',
{ external: true, /*securityGroups: cluster.securityGroups,*/ vpc }
)
billowy-army-68599
adorable-summer-21974
07/21/2022, 2:54 PM