Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 630 Bytes

File metadata and controls

27 lines (16 loc) · 630 Bytes
page_title subcategory description
openai_text_to_speech Data Source - terraform-provider-openai

openai_text_to_speech (Data Source)

Schema

Required

  • file_path (String) The path to the text-to-speech audio file to verify.

Read-Only

  • exists (Boolean) Whether the speech file exists.
  • file_size_bytes (Number) The size of the speech file in bytes.
  • id (String) The ID of this resource.
  • last_modified (Number) The timestamp when the speech file was last modified.