From 4caa1122ad678b51af6993241af3c37576e4c4f0 Mon Sep 17 00:00:00 2001 From: GnomeZworc Date: Sun, 4 May 2025 13:44:24 +0200 Subject: [PATCH] add lib vpc Signed-off-by: GnomeZworc --- lib/vpc.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/vpc.sh 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