We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a2456 commit c847f46Copy full SHA for c847f46
scaleway/data_source_secret_version.go
@@ -33,6 +33,7 @@ func dataSourceScalewaySecretVersion() *schema.Resource {
33
dsSchema["data"] = &schema.Schema{
34
Type: schema.TypeString,
35
Computed: true,
36
+ Sensitive: true,
37
Description: "The payload of the secret version",
38
}
39
0 commit comments