diff --git a/lib/vpc.sh b/lib/vpc.sh new file mode 100644 index 0000000..74bb8c5 --- /dev/null +++ b/lib/vpc.sh @@ -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" +} \ No newline at end of file