From de0cbfdccf24b6a2f2bdfac20e652d33910f1cee Mon Sep 17 00:00:00 2001 From: jbristowe Date: Sun, 7 Feb 2021 10:25:00 +1000 Subject: [PATCH] Updated computed value for tenant tags --- octopusdeploy/schema_utilities.go | 1 + 1 file changed, 1 insertion(+) diff --git a/octopusdeploy/schema_utilities.go b/octopusdeploy/schema_utilities.go index 3ba09e33d..76da65f90 100644 --- a/octopusdeploy/schema_utilities.go +++ b/octopusdeploy/schema_utilities.go @@ -357,6 +357,7 @@ func getTenantsSchema() *schema.Schema { func getTenantTagsSchema() *schema.Schema { return &schema.Schema{ + Computed: true, Description: "A list of tenant tags associated with this resource.", Elem: &schema.Schema{Type: schema.TypeString}, Optional: true,