Skip to content

Conversation

@kklimonda-cl
Copy link
Contributor

@kklimonda-cl kklimonda-cl commented Nov 21, 2025

Add panos_local_user Resource

This PR adds support for managing local database users in PAN-OS.

Terraform Resource Name

panos_local_user

Parameters with Terraform Overrides

PAN-OS Parameter Terraform Parameter Type Description
phash password string User password

Standard Parameters

Parameter Type Description
name string User name (entry identifier)
disabled bool Disable the user account

Variants

This resource has no variants.

Locations

  • shared - Panorama shared object
  • vsys - Located in a specific Virtual System (NGFW)
  • template - Located in a specific template (Panorama)
  • template_vsys - Located in a specific template and vsys (Panorama)
  • template_stack - Located in a specific template stack (Panorama)
  • template_stack_vsys - Located in a specific template stack and vsys (Panorama)

Notes

  • The password parameter is hashed using PAN-OS solo hashing algorithm
  • Password field has a maximum length of 63 characters

@kklimonda-cl kklimonda-cl linked an issue Nov 21, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Local Users

2 participants