Skip to content

Commit ea1614f

Browse files
committed
fix typo
Signed-off-by: Mauritz Uphoff <[email protected]>
1 parent ccaca32 commit ea1614f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/data-sources/resourcemanager_folder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
page_title: "stackit_resourcemanager_folder Data Source - stackit"
44
subcategory: ""
55
description: |-
6-
Resource Manager folder data source schema. To identify the folder, you need to provider the container_id.
6+
Resource Manager folder data source schema. To identify the folder, you need to provide the container_id.
77
~> This datasource is in beta and may be subject to breaking changes in the future. Use with caution. See our guide https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/guides/opting_into_beta_resources for how to opt-in to use beta resources.
88
---
99

1010
# stackit_resourcemanager_folder (Data Source)
1111

12-
Resource Manager folder data source schema. To identify the folder, you need to provider the container_id.
12+
Resource Manager folder data source schema. To identify the folder, you need to provide the container_id.
1313

1414
~> This datasource is in beta and may be subject to breaking changes in the future. Use with caution. See our [guide](https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/guides/opting_into_beta_resources) for how to opt-in to use beta resources.
1515

stackit/internal/services/resourcemanager/folder/datasource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func (d *folderDataSource) Configure(ctx context.Context, req datasource.Configu
6565
// Schema defines the schema for the data source.
6666
func (d *folderDataSource) Schema(_ context.Context, _ datasource.SchemaRequest, resp *datasource.SchemaResponse) {
6767
descriptions := map[string]string{
68-
"main": "Resource Manager folder data source schema. To identify the folder, you need to provider the container_id.",
68+
"main": "Resource Manager folder data source schema. To identify the folder, you need to provide the container_id.",
6969
"id": "Terraform's internal resource ID. It is structured as \"`container_id`\".",
7070
"container_id": "Folder container ID. Globally unique, user-friendly identifier.",
7171
"folder_id": "Folder UUID identifier. Globally unique folder identifier",

0 commit comments

Comments
 (0)