Skip to content

Commit

Permalink
Merge pull request #36 from vantage-sh/andy/remove-parent-folder
Browse files Browse the repository at this point in the history
Remove parent_folder field from segment data source struct.
  • Loading branch information
whereandy authored Apr 2, 2024
2 parents e2a8387 + e0a250e commit 78d4ada
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vantage/segments_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ type segmentDataSourceModel struct {
Token types.String `tfsdk:"token"`
Title types.String `tfsdk:"title"`
Description types.String `tfsdk:"description"`
ParentFolder types.String `tfsdk:"parent_folder"`
ParentSegmentToken types.String `tfsdk:"parent_segment_token"`
TrackUnallocated types.Bool `tfsdk:"track_unallocated"`
Priority types.Int64 `tfsdk:"priority"`
Expand Down

0 comments on commit 78d4ada

Please sign in to comment.