Skip to content

Commit 617375f

Browse files
sbocinecBBBmau
authored andcommitted
Fix field_manager attribute name in node_taint docs (#2138)
1 parent 0b2a882 commit 617375f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/node_taint.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ resource "kubernetes_node_taint" "example" {
3131
The following arguments are supported:
3232

3333
* `metadata` - (Required) Metadata describing which Kubernetes node to apply the taint to.
34-
* `force_manager` - (Optional) Set the name of the field manager for the node taint.
34+
* `field_manager` - (Optional) Set the name of the field manager for the node taint.
3535
* `force` - (Optional) Force overwriting annotations that were created or edited outside of Terraform.
3636
* `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/).
3737

0 commit comments

Comments
 (0)