Conversation
|
Googlers: For automatic test runs see go/terraform-auto-test-runs. @melinath, a repository maintainer, has been assigned to review your changes. If you have not received review feedback within 2 business days, please leave a comment on this PR asking them to take a look. You can help make sure that review is quick by doing a self-review and by running impacted tests locally. |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit f3f2d30: Diff reportYour PR generated the following diffs in downstream repositories:
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_cloud_run_v2_job" "primary" {
template {
template {
workload_identity_config {
identity = # value needed
}
}
}
}
Resource: resource "google_cloud_run_v2_service" "primary" {
template {
workload_identity_config {
identity = # value needed
}
}
}
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 3 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
🟢 All tests passed! View the recording VCR build log or the debug logs folder for detailed results. @LucaPrete, @melinath, @ian-mi VCR tests complete for f3f2d30! |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 4b28b67: Diff reportYour PR generated the following diffs in downstream repositories:
Missing test reportYour PR includes resource fields which are not covered by any test. Resource: resource "google_cloud_run_v2_job" "primary" {
template {
template {
workload_identity_config {
identity = # value needed
}
}
}
}
Resource: resource "google_cloud_run_v2_service" "primary" {
template {
workload_identity_config {
identity = # value needed
}
}
}
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode 🟢 All tests passed in Replaying mode! No Recording was needed. View the replaying VCR build log @LucaPrete, @melinath, @ian-mi VCR tests complete for 4b28b67! |
|
We’re currently requesting a change in process for Googlers (or individuals on behalf of Googlers) contributing changes to the Terraform Provider for Google Cloud. Please see go/terraform-ssp-adjustment for details. |
Adds support for the Cloud Run Agent Platform features (Preview):
functional_typeon the Service and Job, andworkload_identity_config(
identity_type,identity_certificate_enabled,identity) on their respective templates.