tapanshah7891

Results 4 comments of tapanshah7891

Same error on Windows 10 with latest version of terraform, when trying to import aws resources="*". Getting below error `panic: runtime error: invalid memory address or nil pointer dereference [signal...

@djedi-maat , I have below code in sg.go `func fromPort(ip types.IpPermission) int { switch { case *ip.IpProtocol == "icmp": return -1 case *ip.IpProtocol == "-1": return -1 case ip.FromPort !=...

@dbhaigh , I need solution for AWS infrastructure and Terrafy seems to be for Azure.

I am still facing issue with AWS SG import. Anyone got the solution around it?