Hi, anyone encountered this issue with Go? It also...
# google-cloud
g
Hi, anyone encountered this issue with Go? It also does not work with Service type.
Copy code
error: unrecognized resource type (Check): gcp:cloudrunv2/job:Job
Copy code
<http://github.com/pulumi/pulumi-gcp/sdk/v6|github.com/pulumi/pulumi-gcp/sdk/v6> v6.65.0
	<http://github.com/pulumi/pulumi/sdk/v3|github.com/pulumi/pulumi/sdk/v3> v3.46.0
I see this errors in verbose logs
Copy code
I0907 11:00:01.732824  609589 log.go:81] Provider[gcp, 0xc001b74230].Check(urn:pulumi:develop::xxxxxxxxx::gcp:cloudrunv2/job:Job::refreshjob) failed: err=unrecognized resource type (Check): gcp:cloudrunv2/job:Job
I0907 11:00:01.733404  609589 log.go:81] deploymentExecutor.Execute(...): error handling event: unrecognized resource type (Check): gcp:cloudrunv2/job:Job
I0907 11:00:01.733442  609589 log.go:81] eventSink::Error(<{%reset%}>unrecognized resource type (Check): gcp:cloudrunv2/job:Job<{%reset%}>)
s
Is that API enabled for your project?
g
Yes, its enabled as we already have there Cloud Run services deployed.
I have opened issue on Github with about section https://github.com/pulumi/pulumi-gcp/issues/1181