Create models management seed command - #240
Merged
Merged
Conversation
|
Terraform plan in iac/ Plan: 0 to add, 3 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_job.cal-bc-staging-manage will be updated in-place
!~ resource "google_cloud_run_v2_job" "cal-bc-staging-manage" {
id = "projects/cal-itp-data-infra-staging/locations/us-west2/jobs/cal-bc-staging-manage"
name = "cal-bc-staging-manage"
# (26 unchanged attributes hidden)
!~ template {
# (4 unchanged attributes hidden)
!~ template {
# (6 unchanged attributes hidden)
!~ containers {
!~ image = "us-west2-docker.pkg.dev/cal-itp-data-infra-staging/ghcr/cal-itp/cal-bc/cal-bc:0810a16f8d8a87656671567d2079c42e84a5ce5c" -> "us-west2-docker.pkg.dev/cal-itp-data-infra-staging/ghcr/cal-itp/cal-bc/cal-bc:4def3c708219585ccdbca9b5f6be77b495ffff34"
name = null
# (4 unchanged attributes hidden)
# (4 unchanged blocks hidden)
}
# (1 unchanged block hidden)
}
}
}
# google_cloud_run_v2_service.cal-bc-staging will be updated in-place
!~ resource "google_cloud_run_v2_service" "cal-bc-staging" {
id = "projects/cal-itp-data-infra-staging/locations/us-west2/services/cal-bc-staging"
name = "cal-bc-staging"
# (33 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:0810a16f8d8a87656671567d2079c42e84a5ce5c" -> "us-west2-docker.pkg.dev/cal-itp-data-infra-staging/ghcr/cal-itp/cal-bc/cal-bc:4def3c708219585ccdbca9b5f6be77b495ffff34"
name = null
# (6 unchanged attributes hidden)
# (10 unchanged blocks hidden)
}
# (2 unchanged blocks hidden)
}
# (2 unchanged blocks hidden)
}
# google_cloud_run_v2_worker_pool.cal-bc-staging-tasks will be updated in-place
!~ resource "google_cloud_run_v2_worker_pool" "cal-bc-staging-tasks" {
id = "projects/cal-itp-data-infra-staging/locations/us-west2/workerPools/cal-bc-staging-tasks"
name = "cal-bc-staging-tasks"
# (29 unchanged attributes hidden)
!~ template {
# (8 unchanged attributes hidden)
!~ containers {
!~ image = "us-west2-docker.pkg.dev/cal-itp-data-infra-staging/ghcr/cal-itp/cal-bc/cal-bc:0810a16f8d8a87656671567d2079c42e84a5ce5c" -> "us-west2-docker.pkg.dev/cal-itp-data-infra-staging/ghcr/cal-itp/cal-bc/cal-bc:4def3c708219585ccdbca9b5f6be77b495ffff34"
name = null
# (4 unchanged attributes hidden)
# (4 unchanged blocks hidden)
}
# (1 unchanged block hidden)
}
# (2 unchanged blocks hidden)
}
Plan: 0 to add, 3 to change, 0 to destroy.✅ Plan applied in Terraform Apply #74 |
raebot
force-pushed
the
mov/models-seed-command
branch
2 times, most recently
from
September 22, 2026 03:42
7567466 to
ce7365f
Compare
raebot
marked this pull request as ready for review
September 22, 2026 03:44
raebot
force-pushed
the
mov/models-seed-command
branch
from
September 22, 2026 17:53
ce7365f to
75e93fc
Compare
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 adds a seed data script for a minimal set of sketch project data
Resolves #241
Type of change
Acceptance notes
Post-merge actions