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,