Skip to content

Commit 5382393

Browse files
authored
fix(lb): mark certificate chain as sensitive (#2771)
1 parent 36c4cac commit 5382393

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/services/lb/certificate.go

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ func ResourceCertificate() *schema.Resource {
8484
Type: schema.TypeString,
8585
Required: true,
8686
ForceNew: true,
87+
Sensitive: true,
8788
Description: "The full PEM-formatted certificate chain",
8889
},
8990
},

0 commit comments

Comments
 (0)