Skip to content

Commit

Permalink
Change credentials to sensitive (GoogleCloudPlatform#3462)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisst authored and Nathan Klish committed May 18, 2020
1 parent 973918c commit 57debc5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ func dataSourceGoogleSignedUrl() *schema.Resource {
Default: "",
},
"credentials": {
Type: schema.TypeString,
Optional: true,
Type: schema.TypeString,
Sensitive: true,
Optional: true,
},
"duration": {
Type: schema.TypeString,
Expand Down

0 comments on commit 57debc5

Please sign in to comment.