Skip to content

Commit 0c1d8ee

Browse files
authored
Add headers description (#5)
* added header description * updated header description
1 parent 5537fe1 commit 0c1d8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curl2/data_source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func (c *curl2DataSource) Schema(ctx context.Context, req datasource.SchemaReque
8484
Sensitive: true,
8585
},
8686
"headers": schema.MapAttribute{
87-
Description: "Headers to be added",
87+
Description: "Headers to be added.",
8888
ElementType: types.StringType,
8989
Optional: true,
9090
},

0 commit comments

Comments
 (0)