Requirements
The following requirements are needed by this module:
- kubernetes (~> 2.11)
Providers
The following providers are used by this module:
- kubernetes (~> 2.11)
Modules
No modules.
Resources
The following resources are used by this module:
- kubernetes_persistent_volume.this (resource)
- kubernetes_persistent_volume_claim.this (resource)
Required Inputs
The following input variables are required:
name
Description: The name of the volume
Type: string
namespace
Description: The namespace for the persistent volume claim
Type: string
Optional Inputs
The following input variables are optional (have default values):
volume_storage_capacity
Description: Size of the persistent volume reported to Kubernetes
Type: string
Default: "1Gi"
Outputs
The following outputs are exported:
host_path
Description: n/a
namespace
Description: n/a
persistent_volume
Description: n/a
persistent_volume_claim
Description: n/a
pv_name
Description: n/a
pvc_name
Description: n/a