Skip to content

Commit

Permalink
docs: fixes description for resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mega-alex committed May 15, 2024
1 parent 24a7cba commit bbd71e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/single_port_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ func (r *portResource) Schema(_ context.Context, _ resource.SchemaRequest, resp
},
},
"resources": schema.SingleNestedAttribute{
Description: "VXC Resources attached to port.",
Description: "Interface details",
Optional: true,
Computed: true,
Attributes: map[string]schema.Attribute{
Expand Down

0 comments on commit bbd71e1

Please sign in to comment.