File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
internal/provider/sourceverification Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Optional:
5353- ` github ` (Attributes) (see [ below for nested schema] ( #nestedatt--verification--github ) )
5454- ` gitlab ` (Attributes) (see [ below for nested schema] ( #nestedatt--verification--gitlab ) )
5555- ` hmac ` (Attributes) (see [ below for nested schema] ( #nestedatt--verification--hmac ) )
56- - ` json ` (String)
56+ - ` json ` (String, Sensitive )
5757- ` linear ` (Attributes) (see [ below for nested schema] ( #nestedatt--verification--linear ) )
5858- ` mailgun ` (Attributes) (see [ below for nested schema] ( #nestedatt--verification--mailgun ) )
5959- ` nmi ` (Attributes) (see [ below for nested schema] ( #nestedatt--verification--nmi ) )
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ import (
1010
1111func jsonConfigSchema () schema.StringAttribute {
1212 return schema.StringAttribute {
13- Optional : true ,
13+ Optional : true ,
14+ Sensitive : true ,
1415 }
1516}
1617
You can’t perform that action at this time.
0 commit comments