W3cubDocs

/Terraform

ns1_team

Provides a NS1 Team resource. This can be used to create, modify, and delete teams.

Example Usage

# Create a new NS1 Team
resource "ns1_team" "example" {
  name = "Example team"

  permissions = {
    dns_view_zones       = false
    account_manage_users = false
  }
}

Argument Reference

The following arguments are supported:

  • name - (Required) The free form name of the team.
  • permissions - (Optional) The allowed permissions of the team. Permissions documented below.

Permissions (permissions) support the following:

© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/ns1/r/team.html