Does anyone here have a good method or workaround ...
# google-cloud
s
Does anyone here have a good method or workaround for adding tags to regional resources with pulumi? Attempting to do so (on a bigquery dataset, for reference) with the standard GCP provider gives the error:
Copy code
"@type": "<http://type.googleapis.com/google.rpc.BadRequest|type.googleapis.com/google.rpc.BadRequest>",
"fieldViolations": [
  {
    "description": "Must be a valid One Platform resource name of a tag-compatible global resource. Did you forget to specify the correct location?",
    "field": "binding.resource"
  },
  {
    "description": "Resource type not supported in location global",
    "field": "binding.resource"
  }
]
And I cannot seem to find an API call for google-cloud-native to bind tags to resources at all.