-
Notifications
You must be signed in to change notification settings - Fork 10
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.
resource "infoblox_admin_role" "example-role" {
name = "Adminrole Example"
comment = "Infoblox Admin Role Example"
disable = true
}
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.