Skip to content

Commit 5f2699c

Browse files
authored
fix(mnq): mark field 'file' as sensitive (#2790)
1 parent bd489ed commit 5f2699c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/services/mnq/nats_credentials.go

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ func ResourceNatsCredentials() *schema.Resource {
4242
Type: schema.TypeString,
4343
Computed: true,
4444
Description: "The credentials file",
45+
Sensitive: true,
4546
},
4647
"region": regional.Schema(),
4748
},

0 commit comments

Comments
 (0)