Skip to content

Commit

Permalink
Skip cross account testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bonclay7 committed Sep 28, 2023
1 parent 79559d0 commit fb9216f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plan-examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit fb9216f

Please sign in to comment.