Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document purpose of terraform-yaml resource in terraform jobs #911

Merged
merged 3 commits into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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