Hi, after a version upgrade of pulumi, I'm running...
# google-cloud
g
Hi, after a version upgrade of pulumi, I'm running into an issue (using the python bindings):
Copy code
Diagnostics:
  gcp:cloudrun:DomainMapping (pypi-domain-mapping):
    error: unmarshaling urn:pulumi:main::adler-x::gcp:cloudrun/domainMapping:DomainMapping::pypi-domain-mapping's instance state: internal: Pulumi property 'pulumiLabels' mapped non-uniquely to Terraform attribute 'terraform_labels' (duplicates Pulumi key 'terraformLabels')
It seems to be the same issue that was discussed here: https://github.com/pulumi/pulumi-gcp/issues/1794 However, that issue says it is fixed already, but I encountered it just now running all the latest versions:
Copy code
pulumi 3.111.1
pulumi-gcp 7.14.0
pulumi-aws 6.27.0 (tough probably not relevant here)
Is there some fix I can do? (other than pinning my versions to older / working versions) Additionally, not sure if related, I'm now getting the following warnings:
Copy code
pulumi:pulumi:Stack (...):
    warning: override_json is deprecated: Not used
    warning: source_json is deprecated: Not used
Would appreciate any ideas 🙂 Thanks
d
The issue you linked shouldn't have been marked as fixed, as the fixed version of tfbridge isn't released or used yet
For now, you'll need to pin to an older version
I've added a comment to github to have the issue re-opened to avoid further confusion
g
Ok, in that case I'll pin to gcp < 7.12 for now, thanks 🙂