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
Is your feature request related to a problem? Please describe.
It appears that the mist_org_nac_endpoint was not actually created within the Terraform Provider? The resource exists in the documentation, but I can't find any backend code for it or the data source. I also can't seem to find any API endpoints within Juniper's API docs that could be used to manage NAC endpoints.
Describe the solution you'd like
Terraform support for managing Org NAC Endpoints and information on the accompanying API endpoints that would be used.
Describe alternatives you've considered
Without Terraform or general API support, the only option would be manual control through the Mist Portal.
Additional context
I opened this as a feature request in case it doesn't actually exist yet! If it does, sorry for the waste of time!
The text was updated successfully, but these errors were encountered:
The "NAC Endpoint" wording is mostly used on the Mist UI, but I kept is for the Terraform resource name.
However, it is referenced under the "org_usermac" name in the code , based on the API resource name.
I agree this is not the clever move and may be confusing... I'll see to update the file names in the Terraform code to match the resource name (org_nac_endpoint) in a future version.
Is your feature request related to a problem? Please describe.
It appears that the mist_org_nac_endpoint was not actually created within the Terraform Provider? The resource exists in the documentation, but I can't find any backend code for it or the data source. I also can't seem to find any API endpoints within Juniper's API docs that could be used to manage NAC endpoints.
Describe the solution you'd like
Terraform support for managing Org NAC Endpoints and information on the accompanying API endpoints that would be used.
Describe alternatives you've considered
Without Terraform or general API support, the only option would be manual control through the Mist Portal.
Additional context
I opened this as a feature request in case it doesn't actually exist yet! If it does, sorry for the waste of time!
The text was updated successfully, but these errors were encountered: