[terraform] Add sensitive_content argument to resource_storage_bucket_object (#3192)

<!-- This change is generated by MagicModules. -->
/cc @rcoy-v
This commit is contained in:
The Magician 2019-03-05 09:04:28 -08:00 committed by Riley Karson
parent 705a9a754d
commit a3f794685e

View File

@ -72,6 +72,7 @@ func resourceStorageBucketObject() *schema.Resource {
Optional: true,
ForceNew: true,
ConflictsWith: []string{"source"},
Sensitive: true,
},
"crc32c": {