From f6668317064371b5833451eb88c4f5ebc1168074 Mon Sep 17 00:00:00 2001 From: Brian Stack Date: Mon, 4 Jun 2018 13:30:16 -0700 Subject: [PATCH] Set content of templates to sensitive --- main.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index c18261ac..e513cb98 100644 --- a/main.go +++ b/main.go @@ -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, }, }, }