Skip to content

Commit 583a982

Browse files
committed
add backticks so actual namespace.account_id shows up in docs
1 parent abd6198 commit 583a982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/namespace_export_sink_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func (r *namespaceExportSinkResource) Schema(ctx context.Context, req resource.S
105105
Description: "Provisions a namespace export sink.",
106106
Attributes: map[string]schema.Attribute{
107107
"namespace": schema.StringAttribute{
108-
Description: "The namespace under which the sink is configured. It's needed to be in the format of <namespace>.<account_id>",
108+
Description: "The namespace under which the sink is configured, formatted as `<namespace>.<account_id>`",
109109
Required: true,
110110
},
111111
"id": schema.StringAttribute{

0 commit comments

Comments
 (0)