Abhishek Bhat
Abhishek Bhat
Any updates on this bug report? I ran into a similar issue with Terraform executable inside Alpine container that seems to have been stripped in the slimming process. The slim...
@kcg I tested with a custom container based on alpine:3.8 which curls the Terraform executable alongwith some other software such as Ansible ,etc. I can share the Dockerfile if needed
@kcq Did you get a chance to look at this? Any idea what maybe going on?
Until lambda code is migrated to RPC, below is a workaround Change tempList = [outputList[i] for i in range(len(outputList)) if ('vpc-' in outputList[i] and 'inet' not in outputList[i])] to tempList...