From ed5e20e8578d3a01b41fecf3f075887bd3e24584 Mon Sep 17 00:00:00 2001 From: Mat Schaffer Date: Thu, 1 Feb 2018 16:08:10 +0900 Subject: [PATCH] Mark basic_pass sensitive Avoids showing the password in plan output --- statuscake/resource_statuscaketest.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/statuscake/resource_statuscaketest.go b/statuscake/resource_statuscaketest.go index 459c71a..e824955 100644 --- a/statuscake/resource_statuscaketest.go +++ b/statuscake/resource_statuscaketest.go @@ -123,8 +123,9 @@ func resourceStatusCakeTest() *schema.Resource { }, "basic_pass": { - Type: schema.TypeString, - Optional: true, + Type: schema.TypeString, + Optional: true, + Sensitive: true, }, "public": { -- 2.41.0