Created
June 8, 2021 18:08
-
-
Save Anthonyhawkins/07ea8ea3656f86b3b82ec69a18fa58ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "create-security-groups", | |
"plan": [ | |
{ | |
"get": "config-repo", | |
"trigger": True | |
}, | |
{ | |
"get": "time-trigger", | |
"trigger": True | |
}, | |
Task.cf_mgmt("create-security-groups") | |
] | |
}, | |
{ | |
"name": "assign-default-security-groups", | |
"plan": [ | |
{ | |
"get": "config-repo", | |
"trigger": True, | |
"passed": ["create-security-groups"] | |
}, | |
{ | |
"get": "time-trigger", | |
"trigger": True | |
}, | |
Task.cf_mgmt("assign-default-security-groups") | |
] | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment