Skip to content

Commit 6fa66f0

Browse files
committed
update oidc provider docs
1 parent 37f95f6 commit 6fa66f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/resources/oidc_provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ OIDC provider configures OpenID Connect (OIDC) authentication for external appli
1717

1818
### Required
1919

20-
- `name` (String) Name of this OIDC provider. If not provided, the name from the resource metadata will be used.
20+
- `name` (String) Name of this OIDC provider.
2121
- `type` (String)
2222

2323
### Optional

internal/resource/oidc_provider.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ func (r *OIDCProviderResource) Schema(_ context.Context, _ resource.SchemaReques
4949
PlanModifiers: []planmodifier.String{stringplanmodifier.UseStateForUnknown()},
5050
},
5151
"name": schema.StringAttribute{
52-
Description: "Name of this OIDC provider. If not provided, the name from the resource metadata will be used.",
53-
MarkdownDescription: "Name of this OIDC provider. If not provided, the name from the resource metadata will be used.",
52+
Description: "Name of this OIDC provider.",
53+
MarkdownDescription: "Name of this OIDC provider.",
5454
Required: true,
5555
PlanModifiers: []planmodifier.String{stringplanmodifier.UseStateForUnknown()},
5656
},

0 commit comments

Comments
 (0)