terraform-provider-kubernetes icon indicating copy to clipboard operation
terraform-provider-kubernetes copied to clipboard

[docs] broken link on `kubernetes_manifest`

Open cwegener opened this issue 7 months ago • 0 comments

link for yamldecode() is broken.

https://github.com/hashicorp/terraform-provider-kubernetes/blob/e1f7cfdf31809c81f3bf9d8d8d0ec3322d418f15/docs/resources/manifest.md#L10

current broken target:

https://www.terraform.io/docs/configuration/functions/yamldecode.html

actual working target:

https://developer.hashicorp.com/terraform/language/functions/yamldecode

(and also, what is up with the unlimited textwidth of markdown files in this repo ...)

cwegener avatar Apr 19 '25 23:04 cwegener