Skip to content

Commit c847f46

Browse files
authored
fix(secret): add sensitive flag to data (#2012)
1 parent 87a2456 commit c847f46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scaleway/data_source_secret_version.go

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ func dataSourceScalewaySecretVersion() *schema.Resource {
3333
dsSchema["data"] = &schema.Schema{
3434
Type: schema.TypeString,
3535
Computed: true,
36+
Sensitive: true,
3637
Description: "The payload of the secret version",
3738
}
3839

0 commit comments

Comments
 (0)