From 83979449ab9dc722d7dad606d1ba6cb124b078f2 Mon Sep 17 00:00:00 2001 From: arnol377 Date: Tue, 4 Feb 2025 13:02:43 -0500 Subject: [PATCH] Refactor workspace configuration to add AWS image pipeline --- linux-images.code-workspace | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 linux-images.code-workspace diff --git a/linux-images.code-workspace b/linux-images.code-workspace new file mode 100644 index 0000000..9c90941 --- /dev/null +++ b/linux-images.code-workspace @@ -0,0 +1,22 @@ +{ + "folders": [ + { + "path": "../linux-image-pipeline" + }, + { + "path": "../image-pipeline-ansible-playbooks" + }, + { + "path": ".", + "name": "aws-image-pipeline" + }, + { + "path": "../terraform-aws-image-pipeline" + }, + { + "path": "../image-pipeline-goss-testing" + } + ], + "settings": { + } +}