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,