early-musician-41645
10/25/2018, 7:03 PMeks_cluster_security_group = ec2.SecurityGroup(environment+"-eks-cluster-sg",
description="EKS cluster communication with worker nodes"
egress=[
{ 'protocol': '-1', 'from_port': 0, 'to_port': 0, 'cidr_blocks': ['0.0.0.0/0'] }
])
File "/home/tsi.lan/eshamay/git/mustang/sdp-mustang-terraform/pulumi/vnext-poc/__main__.py", line 33
egress=[
^
SyntaxError: invalid syntax
incalculable-sundown-82514
10/25/2018, 7:03 PMearly-musician-41645
10/25/2018, 7:03 PMincalculable-sundown-82514
10/25/2018, 7:04 PM