Skip to content

Commit 272aa99

Browse files
authored
Merge pull request #172 from cloudfoundry/add-msg
chore: Add note
2 parents 3200081 + fe3e2d0 commit 272aa99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/data-sources/user.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
page_title: "cloudfoundry_user Data Source - terraform-provider-cloudfoundry"
33
subcategory: ""
44
description: |-
5-
Gets information on Cloud Foundry users with a given username.
5+
Gets information on Cloud Foundry users with a given username. Note: This datasource pulls data from the CF API and does not pull data from UAA. Currently it serves as the datasource for both user and user_cf resource.
66
---
77

88
# cloudfoundry_user (Data Source)
99

10-
Gets information on Cloud Foundry users with a given username.
10+
Gets information on Cloud Foundry users with a given username. Note: This datasource pulls data from the CF API and does not pull data from UAA. Currently it serves as the datasource for both `user` and `user_cf` resource.
1111

1212
## Example Usage
1313

internal/provider/datasource_user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func (d *UserDataSource) Configure(ctx context.Context, req datasource.Configure
4949

5050
func (d *UserDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse) {
5151
resp.Schema = schema.Schema{
52-
MarkdownDescription: "Gets information on Cloud Foundry users with a given username.",
52+
MarkdownDescription: "Gets information on Cloud Foundry users with a given username. Note: This datasource pulls data from the CF API and does not pull data from UAA. Currently it serves as the datasource for both `user` and `user_cf` resource.",
5353

5454
Attributes: map[string]schema.Attribute{
5555
"name": schema.StringAttribute{

0 commit comments

Comments
 (0)