Implement site resource

This commit is contained in:
Kurt McAlpine
2020-10-10 16:04:22 +13:00
committed by Paul Tyng
parent 02aadbce47
commit 5379c8da64
6 changed files with 216 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
resource "unifi_site" "mysite" {
description = "mysite"
}