pulumi / pulumi-gcp

A Google Cloud Platform (GCP) Pulumi resource package, providing multi-language access to GCP
Apache License 2.0
182 stars 52 forks source link

gcp.compute.Network.get is successful even when it does not exist #111

Open rosskevin opened 5 years ago

rosskevin commented 5 years ago
export const fooNetwork = gcp.compute.Network.get('foo', 'foo', { project })

returns:

Outputs:
  + fooNetwork: {
      + id     : "foo"
      + project: "acme"
      + urn    : "urn:pulumi:development::acme-infrastructure::gcp:compute/network:Network::foo"
    }

The project exists but the network does not exist. I would expect this to fail to read.

mjeffryes commented 6 days ago

Unfortunately, it looks like this issue hasn't seen any updates in a while. If you're still encountering this problem, could you leave a quick comment to let us know so we can prioritize it?

VenelinMartinov commented 5 days ago

Likely caused by https://github.com/pulumi/pulumi-terraform-bridge/issues/2282 related to https://github.com/pulumi/pulumi-gcp/issues/2285