We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79559d0 commit 0b42935Copy full SHA for 0b42935
.github/workflows/plan-examples.py
@@ -9,7 +9,7 @@ def get_examples():
9
returning a string formatted json array of the example directories minus those that are excluded
10
"""
11
exclude = {
12
- '', # Add examples here to exclude from terraform plan
+ 'examples/eks-cross-account-with-central-amp', # Add examples here to exclude from terraform plan
13
}
14
15
projects = {
0 commit comments