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
TF failing to retrieve OU data. Might it be related to wrong API path called?
Error: FAILED: GET, https://api.eu1.dome9.com/v2/organizationalunit/00000000-0000-0000-0000-000000000000, 500, 500 Internal Server Error, An error has occured.
│
│ with data.dome9_organizational_unit.root,
│ on kubernetes.tf line 1, in data "dome9_organizational_unit" "root":
│ 1: data "dome9_organizational_unit" "root" {
│
which seems due to typo in REST API call path - based on API documentation and real working call
TF failing to retrieve OU data. Might it be related to wrong API path called?
which seems due to typo in REST API call path - based on API documentation and real working call
TYPO:
OrganizationalUnit vs organizationalunit
The text was updated successfully, but these errors were encountered: