diff --git a/docs/resources/persistent_volume_claim.md b/docs/resources/persistent_volume_claim.md index 9e071d794c..1a500c8bb3 100644 --- a/docs/resources/persistent_volume_claim.md +++ b/docs/resources/persistent_volume_claim.md @@ -134,7 +134,7 @@ resource "kubernetes_persistent_volume" "example" { } ``` -##Import +## Import Persistent Volume Claim can be imported using its namespace and name, e.g. diff --git a/docs/resources/validating_webhook_configuration.md b/docs/resources/validating_webhook_configuration.md index 21790bfde5..3d310cfdd3 100644 --- a/docs/resources/validating_webhook_configuration.md +++ b/docs/resources/validating_webhook_configuration.md @@ -222,7 +222,7 @@ resource "kubernetes_validating_webhook_configuration" "example" { The provider supports clusters running either `v1` or `v1beta1` of the Admission Registration API. -##Import +## Import Validating Webhook Configuration can be imported using the name, e.g. diff --git a/templates/resources/persistent_volume_claim.md.tmpl b/templates/resources/persistent_volume_claim.md.tmpl index ab46dfb9fd..18d3be01ec 100644 --- a/templates/resources/persistent_volume_claim.md.tmpl +++ b/templates/resources/persistent_volume_claim.md.tmpl @@ -15,7 +15,7 @@ This resource allows the user to request for and claim to a persistent volume. {{tffile "examples/resources/persistent_volume_claim/example_1.tf"}} -##Import +## Import Persistent Volume Claim can be imported using its namespace and name, e.g. diff --git a/templates/resources/validating_webhook_configuration.md.tmpl b/templates/resources/validating_webhook_configuration.md.tmpl index 40b4535a9a..7476221b26 100644 --- a/templates/resources/validating_webhook_configuration.md.tmpl +++ b/templates/resources/validating_webhook_configuration.md.tmpl @@ -19,7 +19,7 @@ Validating Webhook Configuration configures a [validating admission webhook](htt The provider supports clusters running either `v1` or `v1beta1` of the Admission Registration API. -##Import +## Import Validating Webhook Configuration can be imported using the name, e.g.