Skip to content

Instantly share code, notes, and snippets.

@Anthonyhawkins
Created June 8, 2021 18:08
Show Gist options
  • Save Anthonyhawkins/07ea8ea3656f86b3b82ec69a18fa58ce to your computer and use it in GitHub Desktop.
Save Anthonyhawkins/07ea8ea3656f86b3b82ec69a18fa58ce to your computer and use it in GitHub Desktop.
{
"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