Skip to content

Commit 2e0bdef

Browse files
removing sensitive flag (#1)
1 parent f25b67a commit 2e0bdef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

google/resource_storage_bucket_object.go

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ func resourceStorageBucketObject() *schema.Resource {
9090
Optional: true,
9191
ForceNew: true,
9292
ExactlyOneOf: []string{"source"},
93-
Sensitive: true,
9493
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.`,
9594
},
9695

0 commit comments

Comments
 (0)