Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rosskevin opened this issue Mar 19, 2019 · 2 comments
Open

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

rosskevin opened this issue Mar 19, 2019 · 2 comments
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@rosskevin
Copy link

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.

@lukehoban lukehoban added the kind/bug Some behavior is incorrect or out of spec label Mar 26, 2019
@lukehoban lukehoban assigned stack72 and unassigned jen20 Jan 23, 2020
@mjeffryes mjeffryes added the awaiting-feedback Blocked on input from the author label Sep 25, 2024
@mjeffryes
Copy link
Member

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
Copy link
Contributor

Likely caused by pulumi/pulumi-terraform-bridge#2282 related to #2285

@mjeffryes mjeffryes removed the awaiting-feedback Blocked on input from the author label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

6 participants