full-queen-13253
03/18/2025, 1:54 AMgcp
provider. I'm getting the following error:
gcp:cloudrunv2:Service (backend-cloud-run-service):
error: sdk-v2/provider2.go:385: sdk.helper_schema: missing expected [: provider=google-beta@7.38.0
gcp:cloudrunv2:Service (backend-cloud-run-service):
error: diffing urn:pulumi:prod::clarity-auto-digital::gcp:cloudrunv2/service:Service::backend-cloud-run-service: 1 error occurred:
* [template[0].containers[0].ports] missing expected [
The error is the same even with minimal cloud run definition
backend_cloud_run_service = gcp.cloudrunv2.Service(
"backend-cloud-run-service", # Unique internal name
name="backend", # Service name in cloud run
location=gcp.config.region,
ingress="INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER",
template={}
)
I've cleared plugin cache and re-install pulumi. I'm happy to share more context if required. I guess it may be an version issue, but i struggle to debug futher.
# pulumi plugin ls
NAME KIND VERSION SIZE INSTALLED LAST USED
gcp resource 8.21.0 186 MB 17 minutes ago 17 minutes ago
gcp resource 7.38.0 208 MB 17 minutes ago 17 minutes ago
TOTAL plugin cache size: 393 MB
# pulumi config
KEY VALUE
gcp:project clarity-auto-digital
gcp:region us-central1
pulumi:tags {"pulumi:template":"gcp-python"}
full-queen-13253
03/18/2025, 11:54 PMhigh-oil-48747
04/15/2025, 10:04 PMpulumi state delete urn:....
to delete it from your Pulumi state?