Resource: splunk_authentication_users

Create and update user information or delete the user.

Example Usage

resource "splunk_authentication_users" "user01" {
  name              = "user01"
  email             = "user01@example.com"
  password          = "password01"
  force_change_pass = false
  roles             = ["terraform-user01-role"]
}

Argument Reference

For latest resource argument reference: https://docs.splunk.com/Documentation/Splunk/latest/RESTREF/RESTaccess#authentication.2Fusers

This resource block supports the following arguments:

Attribute Reference

In addition to all arguments above, This resource block exports the following arguments: