From 2db82269e62a16a90224cd2dddffcffb5100ac3c Mon Sep 17 00:00:00 2001 From: Jim Nichols <48765843+jnicholsthru@users.noreply.github.com> Date: Thu, 16 Jul 2020 12:55:01 -0400 Subject: [PATCH] Set Sensitive flag on stage credentials (#224) --- pkg/resources/stage.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/resources/stage.go b/pkg/resources/stage.go index 532d75aaea..26d1136583 100644 --- a/pkg/resources/stage.go +++ b/pkg/resources/stage.go @@ -44,6 +44,7 @@ var stageSchema = map[string]*schema.Schema{ Type: schema.TypeString, Optional: true, Description: "Specifies the credentials for the stage.", + Sensitive: true, }, "storage_integration": &schema.Schema{ Type: schema.TypeString,