Skip to content

Commit 0d676c3

Browse files
JHPartJean-hadrien DAMAY
andauthored
[datadog_service_account][datadog_user] Fix typo in service_account and user (#2512)
Co-authored-by: Jean-hadrien DAMAY <[email protected]>
1 parent dc78edd commit 0d676c3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

datadog/fwprovider/resource_datadog_service_account.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func (r *serviceAccountResource) Schema(_ context.Context, _ resource.SchemaRequ
7070
Required: true,
7171
},
7272
"roles": schema.SetAttribute{
73-
Description: "A list a role IDs to assign to the service account.",
73+
Description: "A list of role IDs to assign to the service account.",
7474
Optional: true,
7575
Computed: true,
7676
ElementType: types.StringType,

datadog/resource_datadog_user.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func resourceDatadogUser() *schema.Resource {
4141
Optional: true,
4242
},
4343
"roles": {
44-
Description: "A list a role IDs to assign to the user.",
44+
Description: "A list of role IDs to assign to the user.",
4545
Type: schema.TypeSet,
4646
Optional: true,
4747
Computed: true,

docs/resources/service_account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ resource "datadog_service_account" "bar" {
3636

3737
- `disabled` (Boolean) Whether the service account is disabled. Defaults to `false`.
3838
- `name` (String) Name for the service account.
39-
- `roles` (Set of String) A list a role IDs to assign to the service account.
39+
- `roles` (Set of String) A list of role IDs to assign to the service account.
4040

4141
### Read-Only
4242

docs/resources/user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ resource "datadog_user" "foo" {
3737

3838
- `disabled` (Boolean) Whether the user is disabled. Defaults to `false`.
3939
- `name` (String) Name for user.
40-
- `roles` (Set of String) A list a role IDs to assign to the user.
40+
- `roles` (Set of String) A list of role IDs to assign to the user.
4141
- `send_user_invitation` (Boolean) Whether an invitation email should be sent when the user is created. Defaults to `true`.
4242

4343
### Read-Only

0 commit comments

Comments
 (0)