Skip to content

Commit 581fc6e

Browse files
carlpettmultani
andauthored
Fix sops_external source description
Co-authored-by: Jonathan Ballet <[email protected]>
1 parent f52a280 commit 581fc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sops/data_sops_external.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func (d *externalDataSource) Schema(_ context.Context, _ datasource.SchemaReques
3939
Optional: true,
4040
},
4141
"source": schema.StringAttribute{
42-
Description: "Command to execute to get encrypted data",
42+
Description: "A string with sops-encrypted data",
4343
Required: true,
4444
},
4545

0 commit comments

Comments
 (0)