Skip to content

Commit

Permalink
fixup! ad2d8da
Browse files Browse the repository at this point in the history
  • Loading branch information
schirevko committed Sep 15, 2023
1 parent df4cd6c commit f59a4dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vkcs/dc/data_source_api_options.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (d *APIOptionsDataSource) Schema(ctx context.Context, req datasource.Schema
"flavors": schema.ListAttribute{
ElementType: types.StringType,
Computed: true,
Description: "List of flavor options",
Description: "List of flavor options for vkcs_dc_router resource",
},

"region": schema.StringAttribute{
Expand Down
2 changes: 1 addition & 1 deletion vkcs/dc/resource_router.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (r *RouterResource) Schema(ctx context.Context, req resource.SchemaRequest,

"flavor": schema.StringAttribute{
Required: true,
Description: "Flavor of the router. Changing this creates a new router",
Description: "Flavor of the router. Possible values can be obtained with vkcs_dc_api_options data source. Not to be confused with compute service flavors. Changing this creates a new router",
},

"name": schema.StringAttribute{
Expand Down

0 comments on commit f59a4dd

Please sign in to comment.