From f59a4ddc4e44e2ee0771bb8f3423badc0dce1414 Mon Sep 17 00:00:00 2001 From: Stanislav Chirevko Date: Fri, 15 Sep 2023 17:11:48 +0300 Subject: [PATCH] fixup! ad2d8da --- vkcs/dc/data_source_api_options.go | 2 +- vkcs/dc/resource_router.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vkcs/dc/data_source_api_options.go b/vkcs/dc/data_source_api_options.go index 16bbe8f9..5ef4fc7a 100644 --- a/vkcs/dc/data_source_api_options.go +++ b/vkcs/dc/data_source_api_options.go @@ -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{ diff --git a/vkcs/dc/resource_router.go b/vkcs/dc/resource_router.go index 1949eb31..0c4b060c 100644 --- a/vkcs/dc/resource_router.go +++ b/vkcs/dc/resource_router.go @@ -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{