google_cloud_run_v2_job
fails with "resource not set in operation response"
#20696
Labels
google_cloud_run_v2_job
fails with "resource not set in operation response"
#20696
Community Note
Description:
When creating a
google_cloud_run_v2_job
resource using thegoogle-beta
provider, Terraform fails with the error:The issue occurs consistently, even with a minimal configuration. Notably, the job runs successfully, but this error is triggered during
terraform apply
.Terraform Version & Provider Version(s)
Terraform v1.9.6
on windows_amd64
Affected Resource(s)
google_cloud_run_v2_job
Terraform Configuration
Debug Output
https://gist.github.com/afalfallaj/1287f11eed02fd8833568bd230ff269c
Expected Behavior
The job should be created successfully and appear in the Cloud Run console.
Actual Behavior
Terraform fails with the following error:
The logs indicate that the API operation completes (
done: true
), but the response does not include the expectedresource
field.Steps to reproduce
Follow the configuration provided then terraform apply
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: