Skip to content

Commit

Permalink
Fix wrong schema document
Browse files Browse the repository at this point in the history
  • Loading branch information
HuyPhanNguyen committed Aug 12, 2024
1 parent a03eab3 commit c8953c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ This resource manages tags in Octopus Deploy.
### Optional

- `description` (String) The description of the tag.
- `id` (String) The ID of this resource.
- `sort_order` (Number) The sort order of the tag.
- `tag_set_space_id` (String) The Space ID of the associated tag set. Required if the tag set is not in the same space as what is configured on the provider.

### Read-Only

- `canonical_tag_name` (String) The canonical name of the tag.
- `id` (String) The ID of this resource.


1 change: 0 additions & 1 deletion octopusdeploy_framework/schemas/tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ func GetTagResourceSchema() resourceSchema.Schema {
Description: "This resource manages tags in Octopus Deploy.",
Attributes: map[string]resourceSchema.Attribute{
"id": util.ResourceString().
Optional().
Computed().
Description("The ID of this resource.").
Build(),
Expand Down

0 comments on commit c8953c9

Please sign in to comment.