Add note about sensitive content to gcs bucket object (#3284)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-03-19 17:38:48 -07:00 committed by emily
parent f0de15eadb
commit 7bb31825b4

View File

@ -38,8 +38,7 @@ The following arguments are supported:
One of the following is required:
* `content` - (Optional) Data as `string` to be uploaded. Must be defined if
`source` is not.
* `content` - (Optional, Sensitive) 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](/docs/configuration/outputs.html).
* `source` - (Optional) A path to the data you want to upload. Must be defined
if `content` is not.