Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
awsandy committed Oct 3, 2023
1 parent 05efe24 commit 69f7a2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .python/aws2tf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down

0 comments on commit 69f7a2a

Please sign in to comment.