Skip to content

Commit 26adb1f

Browse files
authored
add force and force_manager attribute docs (#2063)
1 parent 5615ae4 commit 26adb1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/r/node_taint.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ 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.
35+
* `force` - (Optional) Force overwriting annotations that were created or edited outside of Terraform.
3436
* `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/).
3537

3638
## Nested Blocks

0 commit comments

Comments
 (0)