Skip to content

Commit

Permalink
Update internal/terraform/lang/resource_block.go
Browse files Browse the repository at this point in the history
  • Loading branch information
paultyng authored May 26, 2020
1 parent e74f926 commit 627963b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/terraform/lang/resource_block.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func resourceCandidates(resources []schema.Resource) []CompletionCandidate {

candidates = append(candidates, &labelCandidate{
label: r.Name,
detail: fmt.Sprintf("Resource, %s provider", r.Provider),
detail: fmt.Sprintf("Resource (%s)", r.Provider),
documentation: desc,
})
}
Expand Down

0 comments on commit 627963b

Please sign in to comment.