iSchluff / terraform-provider-keepass

Terraform provider for reading secrets from keepass databases
Apache License 2.0
5 stars 1 forks source link

Error: group Root in path Root/test/test not found #11

Closed djeinstine closed 5 months ago

djeinstine commented 1 year ago

keetest Hi I keep getting the error: Error: group Root in path Root/test/test not found, although the correct database structure is there. One thing to note, I created my database in Windows 10 and now I am trying to run terraform on it using a remote linux server. Is there any way to see which path list that the keepass provider understands?

I am using the example in the terraform/github docs

data "keepass_entry" "test" {
  path = "Root/test/test"
}

Any idea what the issue could be?

iSchluff commented 9 months ago

Hi, sorry for the late response. In your screenshot the test entry is directly in Root, not in the test directory. So the correct path should be "Root/test"