Open rolfhunter opened 2 years ago
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
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.
I used the provider to create a looker group.
Unfortunately I got an error:
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