Skip to main content
Version: Latest Version (2.9.1)

highbond_temp_file (Data Source)

Schema

Required

contentString The content of file to create.
filenameString The path of the file to create.

Optional

idString The ID of this resource.

Example Usage

data "highbond_temp_file" "main" {
content = "Test Content"
filename = "temp_file_name"
}