Developer sees that the last SHA used in a plan is applied when merging#61
Open
Developer sees that the last SHA used in a plan is applied when merging#61
Conversation
6198ab7 to
49dc9a7
Compare
|
Terraform plan in iac/ Plan: 0 to add, 1 to change, 0 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
!~ update in-place
Terraform will perform the following actions:
# google_cloud_run_v2_service.cal-bc-staging will be updated in-place
!~ resource "google_cloud_run_v2_service" "cal-bc-staging" {
- client = "cloud-console" -> null
id = "projects/cal-itp-data-infra-staging/locations/us-west2/services/cal-bc-staging"
name = "cal-bc-staging"
# (32 unchanged attributes hidden)
!~ template {
# (10 unchanged attributes hidden)
!~ containers {
!~ image = "us-west2-docker.pkg.dev/cal-itp-data-infra-staging/ghcr/cal-itp/cal-bc/cal-bc:development" -> "us-west2-docker.pkg.dev/cal-itp-data-infra-staging/ghcr/cal-itp/cal-bc/cal-bc:c3e2e1412574a59669d23912bd37c1201e4cbf17"
- name = "cal-bc-1" -> null
# (6 unchanged attributes hidden)
# (10 unchanged blocks hidden)
}
# (2 unchanged blocks hidden)
}
# (2 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.📝 Plan generated in Terraform Plan #62 |
49dc9a7 to
a53ed56
Compare
Signed-off-by: Rae Bonfanti <[email protected]>
a53ed56 to
fd3e027
Compare
raebot
approved these changes
Oct 22, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR sets up terraform to deploy the most recently planned SHA when merging a PR.
Relates to #37
Type of change
Post-merge actions
Monitor
terraform apply