Skip to content

Commit

Permalink
Update documentation for resource
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Jan 24, 2023
1 parent 39fa2bd commit cfeb5c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/resources/packer_channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
page_title: "Resource hcp_packer_channel - terraform-provider-hcp"
subcategory: ""
description: |-
The Packer Bucket Channel resource allows you to manage bucket channels within an active HCP Packer Registry.
The Packer Channel resource allows you to manage image bucket channels within an active HCP Packer Registry.
---

# hcp_packer_channel (Resource)

The Packer Bucket Channel resource allows you to manage bucket channels within an active HCP Packer Registry.
The Packer Channel resource allows you to manage image bucket channels within an active HCP Packer Registry.

## Example Usage

Expand Down
2 changes: 1 addition & 1 deletion internal/provider/resource_packer_channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

func resourcePackerChannel() *schema.Resource {
return &schema.Resource{
Description: "The Packer Bucket Channel resource allows you to manage bucket channels within an active HCP Packer Registry.",
Description: "The Packer Channel resource allows you to manage image bucket channels within an active HCP Packer Registry.",
CreateContext: resourcePackerChannelCreate,
DeleteContext: resourcePackerChannelDelete,
ReadContext: resourcePackerChannelRead,
Expand Down

0 comments on commit cfeb5c0

Please sign in to comment.