From cc3663149894cd3c3021de9b9e293d6f6708d544 Mon Sep 17 00:00:00 2001 From: rizkybiz Date: Wed, 24 Aug 2022 22:27:30 -0400 Subject: [PATCH] Added computed outputs comment to schema code for faster parsing --- internal/provider/resource_boundary_cluster.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/provider/resource_boundary_cluster.go b/internal/provider/resource_boundary_cluster.go index ed5bf8912..92fa68916 100644 --- a/internal/provider/resource_boundary_cluster.go +++ b/internal/provider/resource_boundary_cluster.go @@ -62,6 +62,7 @@ func resourceBoundaryCluster() *schema.Resource { ValidateDiagFunc: validateBoundaryPassword, Sensitive: true, }, + // computed outputs "created_at": { Description: "The time that the Boundary cluster was created.", Type: schema.TypeString,