Skip to content

Commit

Permalink
Set content of templates to sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
imbstack committed Jun 4, 2018
1 parent 877b8fd commit f666831
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ func resourceManifest() *schema.Resource {

Schema: map[string]*schema.Schema{
"content": &schema.Schema{
Type: schema.TypeString,
Required: true,
Type: schema.TypeString,
Required: true,
Sensitive: true,
},
},
}
Expand Down

0 comments on commit f666831

Please sign in to comment.