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

Error: response error: 404 Not Found when refreshing or creating #7

Open
rolfhunter opened this issue Apr 29, 2022 · 1 comment
Open

Comments

@rolfhunter
Copy link

rolfhunter commented Apr 29, 2022

I used the provider to create a looker group.

terraform {
  required_providers {
    looker = {
      source = "DevotedHealth/looker"
      version = ">= 0.1.0"
    }
  }
}

resource "looker_group" "group" {
  name = "MyTestGroup"
}

Unfortunately I got an error:

looker_group.group: Creating...
╷
│ Error: response error: 404 Not Found
│ 
│   with looker_group.group,
│   on looker.tf line 18, in resource "looker_group" "group":
│   18: resource "looker_group" "group" {
│ 
╵

But to my surprise the resource got created in the looker instance.
Any idea why this error might occur?

I have a Looker managed instance with the Looker version: Looker 22.6.31

@rolfhunter rolfhunter changed the title Error: response error: 404 Not Found when refreshing Error: response error: 404 Not Found when refreshing or creating Apr 29, 2022
@ajbosco
Copy link
Contributor

ajbosco commented May 6, 2022

Hi @rolfhunter I just put up a PR to upgrade to the latest version of the Looker SDK and I'm hopeful that will fix your issue as well. It should merge shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants