Skip to content

Commit

Permalink
Document purpose of terraform-yaml resources
Browse files Browse the repository at this point in the history
See conversation on #911
  • Loading branch information
jameshochadel committed Oct 15, 2024
1 parent aaf08b7 commit 7edac93
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ jobs:
resource: src
trigger: false
passed: [set-self]
# Changes to the iaas state file trigger a build. This is not a step
# input because the state is accessed separately using a
# terraform_remote_state data source.
- get: terraform-yaml
resource: terraform-yaml-development
trigger: true
Expand Down Expand Up @@ -859,6 +862,9 @@ jobs:
resource: terraform-config
trigger: true
passed: [terraform-apply-development]
# Changes to the iaas state file trigger a build. This is not a step
# input because the state is accessed separately using a
# terraform_remote_state data source.
- get: terraform-yaml
resource: terraform-yaml-staging
trigger: true
Expand Down Expand Up @@ -1437,6 +1443,9 @@ jobs:
resource: terraform-config
passed: [acceptance-tests-staging]
trigger: true
# Changes to the iaas state file trigger a build. This is not a step
# input because the state is accessed separately using a
# terraform_remote_state data source.
- get: terraform-yaml
resource: terraform-yaml-production
trigger: true
Expand Down

0 comments on commit 7edac93

Please sign in to comment.