From 90a857619afb7acf9429933580551e948dac1839 Mon Sep 17 00:00:00 2001 From: Stano Bocinec Date: Thu, 8 Jun 2023 17:39:48 +0200 Subject: [PATCH] Correct field_manager argument name in r/node_taint --- website/docs/r/node_taint.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/node_taint.html.markdown b/website/docs/r/node_taint.html.markdown index e98ac45b7b..4bc2d56b00 100644 --- a/website/docs/r/node_taint.html.markdown +++ b/website/docs/r/node_taint.html.markdown @@ -31,7 +31,7 @@ resource "kubernetes_node_taint" "example" { The following arguments are supported: * `metadata` - (Required) Metadata describing which Kubernetes node to apply the taint to. -* `force_manager` - (Optional) Set the name of the field manager for the node taint. +* `field_manager` - (Optional) Set the name of the field manager for the node taint. * `force` - (Optional) Force overwriting annotations that were created or edited outside of Terraform. * `taint` - (Required) The taint configuration to apply to the node. For more info see [Kubernetes reference](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/).