Skip to main content
Version: 2.8.0

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"
}