highbond_temp_file (Data Source)

Example Usage

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

Schema

Required

  • content (String) The content of file to create.
  • filename (String) The path of the file to create.

Read-Only

  • id (String) The ID of this resource.