From 28f9c63cbe43b41e887b5d5ef2df7b229934c922 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 7 Feb 2024 20:25:41 +0800 Subject: [PATCH] add submodule: iac_modules --- .gitmodules | 3 +++ README.md | 1 + iac_modules | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 iac_modules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..d34b95b5 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "iac_modules"] + path = iac_modules + url = https://github.com/svc-design/iac_modules.git diff --git a/README.md b/README.md index a095e044..899cb47c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ For more detailed information, please refer to the documentation available in tw ## Getting Started +git submodule add --force https://github.com/svc-design/iac_modules.git Follow the links above to the documentation in your preferred language to get started with using this reference architecture. ## Contributing diff --git a/iac_modules b/iac_modules new file mode 160000 index 00000000..5ad9b9f5 --- /dev/null +++ b/iac_modules @@ -0,0 +1 @@ +Subproject commit 5ad9b9f576bbf532a47cbe47b7638fe54ff965d7