ionos-cloud / terraform-provider-ionoscloud

The IonosCloud Terraform provider gives the ability to deploy and configure resources using the IonosCloud APIs.
Mozilla Public License 2.0
34 stars 23 forks source link

Typo in documentation of data ionoscloud_user/group #492

Closed clemenschuaccso closed 8 months ago

clemenschuaccso commented 9 months ago

Description

In the documentation of data ionoscloud_user/group at the Attributes reference it says: The id of the LAN

Expected behavior

It should say: The id of the user/group

Environment

Provider version:

6.4.10

References

https://registry.terraform.io/providers/ionos-cloud/ionoscloud/latest/docs/data-sources/user https://registry.terraform.io/providers/ionos-cloud/ionoscloud/latest/docs/data-sources/group

cristiGuranIonos commented 9 months ago

Thanks for creating this, indeed it is an issue. We also encourage contributions to the provider, as anyone can create a pull request.

clemenschuaccso commented 9 months ago

I created a PR for this: https://github.com/ionos-cloud/terraform-provider-ionoscloud/pull/493

cristiGuranIonos commented 9 months ago

Great, thanks!