diff --git a/.python/aws2tf.py b/.python/aws2tf.py index cbc5b570..f5ffab6c 100755 --- a/.python/aws2tf.py +++ b/.python/aws2tf.py @@ -74,7 +74,8 @@ #print("cpus="+str(cpus)) if type=="all": type="net" - if type=="aws_vpc": + if type=="aws_vpc" or type=="vpc": + type="aws_vpc" ec2.ec2_resources(type,id) if type=="net":