Files
terraform-provider-unifi/docs/resources/site.md
2022-07-02 22:02:22 -04:00

812 B

page_title, subcategory, description
page_title subcategory description
unifi_site Resource - terraform-provider-unifi unifi_site manages Unifi sites

unifi_site (Resource)

unifi_site manages Unifi sites

Example Usage

resource "unifi_site" "mysite" {
  description = "mysite"
}

Schema

Required

  • description (String) The description of the site.

Read-Only

  • id (String) The ID of the site.
  • name (String) The name of the site.

Import

Import is supported using the following syntax:

# import using the API/UI ID
terraform import unifi_site.mysite 5fe6261995fe130013456a36

# import using the name (short ID)
terraform import unifi_site.mysite vq98kwez