diff --git a/website/docs/r/persistent_volume_claim.html.markdown b/website/docs/r/persistent_volume_claim.html.markdown index fd9aabef2d..8d72d5bf73 100644 --- a/website/docs/r/persistent_volume_claim.html.markdown +++ b/website/docs/r/persistent_volume_claim.html.markdown @@ -86,7 +86,8 @@ The following arguments are supported: * `resources` - (Required) A list of the minimum resources the volume should have. For more info see [Kubernetes reference](https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources) * `selector` - (Optional) A label query over volumes to consider for binding. * `volume_name` - (Optional) The binding reference to the PersistentVolume backing this claim. -* `storage_class_name` - (Optional) Name of the storage class requested by the claim +* `storage_class_name` - (Optional) Name of the storage class requested by the claim. +* `volume_mode` - (Optional) Defines what type of volume is required by the claim. For more info see [Kubernetes reference](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-mode) ### `match_expressions` diff --git a/website/docs/r/persistent_volume_claim_v1.html.markdown b/website/docs/r/persistent_volume_claim_v1.html.markdown index 6bb0b83283..e13a91d719 100644 --- a/website/docs/r/persistent_volume_claim_v1.html.markdown +++ b/website/docs/r/persistent_volume_claim_v1.html.markdown @@ -86,7 +86,8 @@ The following arguments are supported: * `resources` - (Required) A list of the minimum resources the volume should have. For more info see [Kubernetes reference](https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources) * `selector` - (Optional) A label query over volumes to consider for binding. * `volume_name` - (Optional) The binding reference to the PersistentVolume backing this claim. -* `storage_class_name` - (Optional) Name of the storage class requested by the claim +* `storage_class_name` - (Optional) Name of the storage class requested by the claim. +* `volume_mode` - (Optional) Defines what type of volume is required by the claim. For more info see [Kubernetes reference](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#volume-mode) ### `match_expressions`