Skip to main content
Version: Latest Version (2.9.1)

highbond_encoder (Data Source)

Schema

Required

encodingString The encoding to encode to e.g. UTF-8, UTF-16LE.

Optional

encoded_file_pathString Optionally, the file to write the encoded content to.
idString The ID of this resource.
source_contentString The content to encode.
source_file_pathString The path to the file you'd want to read and encode (mutually exclusive to source content).

Read-Only

encoded_contentString The encoded content.

Example Usage

data "highbond_encoder" "main" {
encoding = "UTF-8"
source_content = "vibranium"
}