Skip to content

Commit

Permalink
removing sensitive flag (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-fogg-candid-health committed Oct 21, 2022
1 parent f25b67a commit 2e0bdef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google/resource_storage_bucket_object.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func resourceStorageBucketObject() *schema.Resource {
Optional: true,
ForceNew: true,
ExactlyOneOf: []string{"source"},
Sensitive: true,
Description: `Data as string to be uploaded. Must be defined if source is not. Note: The content field is marked as sensitive. To view the raw contents of the object, please define an output.`,
},

Expand Down

0 comments on commit 2e0bdef

Please sign in to comment.