Videos
resource openai_video
optional
computed
openai_video
resource "openai_video" "example_video" {
prompt = "x"
input_reference = "Example data"
model = "string"
seconds = "4"
size = "720x1280"
}
resource "openai_video" "example_video" {
prompt = "x"
input_reference = "Example data"
model = "string"
seconds = "4"
size = "720x1280"
}