Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
add terraform.when to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Jan 10, 2019
1 parent cb5f99e commit ed611a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hack/docs/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,12 @@
"description": "the directory within `installer` within which to run terraform."
}
},
{
"path": "properties.lifecycle.properties.v1.items.properties.terraform.properties.when",
"merge": {
"description": "If 'when' is not empty and evaluates to false, the terraform lifecycle step will be skipped."
}
},
{
"path": "properties.assets.properties.v1.items.properties.terraform.properties",
"delete": ["github"]
Expand Down
4 changes: 4 additions & 0 deletions hack/docs/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1149,6 +1149,10 @@
"items": {
"type": "string"
}
},
"when": {
"description": "If 'when' is not empty and evaluates to false, the terraform lifecycle step will be skipped.",
"type": "string"
}
},
"required": []
Expand Down

0 comments on commit ed611a3

Please sign in to comment.