kestra-io / terraform-provider-kestra

https://kestra.io/docs/terraform/
Apache License 2.0
11 stars 10 forks source link

The documentation for KV Store is misconfigured #124

Closed anna-geller closed 1 month ago

anna-geller commented 1 month ago

Expected Behavior

See:

instead of: image

it should be --> see correct rendered version in the comment: image

anna-geller commented 1 month ago

title: kestra_kv editLink: false description: |- Manages a Kestra KV Pair.

kestra_flow (Resource)

Manages a Kestra KV Pair.

Example Usage

resource "kestra_kv" "new" {
  namespace = "company.team"
  key       = "my_key"
  value     = "Hello World"
  type      = "STRING"
}

Schema

Required

anna-geller commented 1 month ago

done