-
Notifications
You must be signed in to change notification settings - Fork 10
Admin User
craig-duffin edited this page Aug 22, 2017
·
3 revisions
This resource can be used to create and manage users within the infoblox appliance.
resource "infoblox_admin_user" "testadmin" {
name = "testadminuser"
comment = "this is a comment"
email = "[email protected]"
admin_groups = "APP-OVP-INFOBLOX-READONLY"
password = "c0a6264f0f128d94cd8ef26652e7d9fd"
}
name - the username we want to create
comment - A comment on the user account
email - Email address of the user
admin_groups - the group the user belongs to
password - The user's password