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

[Bug]: Error reading database resource #22

Closed
thulasirajkomminar opened this issue Sep 12, 2024 · 0 comments · Fixed by #21
Closed

[Bug]: Error reading database resource #22

thulasirajkomminar opened this issue Sep 12, 2024 · 0 comments · Fixed by #21
Assignees
Labels
bug Something isn't working

Comments

@thulasirajkomminar
Copy link
Member

Terraform Core Version

1.9.5

InfluxDB V3 Provider Version

1.2.1

Affected Resource(s)

Resource:
influxdb3_database

Expected Behavior

The database exists in the cluster and the provider just have to read them to the state.

Actual Behavior

Terraform plan errors

Error: Error getting database
with module********
on .****/modules/********tf line **, in resource "influxdb3_database" "******":
resource "influxdb3_database" "******" {
Status: 400 Bad Request

Relevant Error/Panic Output Snippet

No response

Terraform Configuration Files

resource "influxdb3_database" "example" {
  name             = "example"
  retention_period = 7776000000000000
}

Steps to Reproduce

  • Create resource
  • Run plan again

Debug Output

No response

Panic Output

No response

Important Factoids

No response

References

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant