add lib vpc
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
1174490d77
commit
4caa1122ad
1 changed files with 11 additions and 0 deletions
11
lib/vpc.sh
Normal file
11
lib/vpc.sh
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
function check_vpc_exist {
|
||||||
|
vpc=${1}
|
||||||
|
|
||||||
|
echo "#check if the vpc ${vpc} exist"
|
||||||
|
echo " -> check in file"
|
||||||
|
echo " -> check in linux"
|
||||||
|
}
|
||||||
|
|
||||||
|
function create_vpc {
|
||||||
|
check_vpc_exist "VPC_NAME"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue