From fb9216f3f1e5b816c543693d66c3e0df18e89105 Mon Sep 17 00:00:00 2001 From: Rodrigue Koffi Date: Thu, 28 Sep 2023 15:00:20 +0200 Subject: [PATCH] Skip cross account testing --- .github/workflows/plan-examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plan-examples.py b/.github/workflows/plan-examples.py index 41e3aa06..59718fef 100644 --- a/.github/workflows/plan-examples.py +++ b/.github/workflows/plan-examples.py @@ -9,7 +9,7 @@ def get_examples(): returning a string formatted json array of the example directories minus those that are excluded """ exclude = { - '', # Add examples here to exclude from terraform plan + 'examples/eks-cross-account-with-central-amp', # Add examples here to exclude from terraform plan } projects = {