Skip to content

Admin Role

craig-duffin edited this page Aug 8, 2017 · 1 revision

The Admin Group resource may be used to create and manage Infoblox Admin Roles.

Example Template

resource "infoblox_admin_role" "example-role" {
    name = "Adminrole Example"
    comment = "Infoblox Admin Role Example"
    disable = true
}

Argument Reference

The following arguments are supported:

  • name - (Required) - (String) - The name of the Admin Role

  • comment - (Optional, Default: none) - (String) - The descriptive comment of the Admin Role object.

  • disable - (Optional, Default: false) - (Bool) - The disable flag.

Clone this wiki locally