Skip to content

Commit

Permalink
Put the content of template credential as sensitive (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin van Zonneveld <[email protected]>
  • Loading branch information
CARRIERE Etienne and kvz authored Mar 7, 2023
1 parent 5447c4c commit ba730f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transloadit/resource_template_credential.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func resourceTemplateCredential() *schema.Resource {
Required: true,
ForceNew: false,
Description: "Template credential content in JSON",
Sensitive: true,
DiffSuppressFunc: func(k, old, new string, d *schema.ResourceData) bool {
bool, _ := AreEqualJSON(old, new)
return bool
Expand Down

0 comments on commit ba730f1

Please sign in to comment.