Skip to content

Commit

Permalink
Set Sensitive flag on stage credentials (Snowflake-Labs#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnichols3 authored Jul 16, 2020
1 parent eb8572f commit 2db8226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/resources/stage.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2db8226

Please sign in to comment.