add subnets
This commit is contained in:
parent
584f1f01b6
commit
316418df55
4 changed files with 107 additions and 6 deletions
|
|
@ -33,6 +33,10 @@ def random_vpc_id():
|
|||
return random_id(prefix='vpc')
|
||||
|
||||
|
||||
def random_subnet_id():
|
||||
return random_id(prefix='subnet')
|
||||
|
||||
|
||||
def random_snapshot_id():
|
||||
return random_id(prefix='snap')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue