Skip to content

Commit

Permalink
Added computed outputs comment to schema code for faster parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkybiz authored and bcmdarroch committed Aug 26, 2022
1 parent df79aec commit cc36631
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/resource_boundary_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cc36631

Please sign in to comment.