You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you query the datasource netbox_region the slug field should not give back the name.
I'm not familiar with developing TF modules but this might be the line the error is caused because the wrong field from the answer was referenced. I attached a PR down below fixing that line hope that's right...
Minimal steps to reproduce
data "netbox_region" "region" {
filter {
slug = "de-nue"
}
}
output "data" {
value = data.netbox_region.region
}
Usually, I wait until enough "release-worthy" stuff accumulates before releasing. Yes, this is extremely random and subjective :P
If you need the change quickly, I can just make a release containing only the patch, just ping me here.
I don't wanna spam releases, but if you could create a release for this fix that wold be awesome! That would spare me the hassle to build that module myself until the next release...
And yes even if that may seem random, this project seems very good maintained so I don't have anything to complain about 😉
If you query the datasource
netbox_region
the slug field should not give back the name.I'm not familiar with developing TF modules but this might be the line the error is caused because the wrong field from the answer was referenced. I attached a PR down below fixing that line hope that's right...
Minimal steps to reproduce
gives back the following
The text was updated successfully, but these errors were encountered: