From 126910f7495ca39064720d9d983fc0a11eec1218 Mon Sep 17 00:00:00 2001 From: Christopher Haar Date: Sat, 22 Jul 2023 16:00:20 +0200 Subject: [PATCH] fix(deletionPolicy): fix correct capital Signed-off-by: Christopher Haar --- content/master/concepts/managed-resources.md | 4 ++-- content/v1.11/concepts/managed-resources.md | 4 ++-- content/v1.12/concepts/managed-resources.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/master/concepts/managed-resources.md b/content/master/concepts/managed-resources.md index f6404554d..70dcc7ac9 100644 --- a/content/master/concepts/managed-resources.md +++ b/content/master/concepts/managed-resources.md @@ -54,8 +54,8 @@ deletes the external resource as well. If the `deletionPolicy` is `orphan` the Provider deletes the managed resource but doesn't delete the external resource. #### Options -* `deletionPolicy: delete` - **Default** - Delete the external resource when deleting the managed resource. -* `deletionPolicy: orphan` - Leave the external resource when deleting the managed resource. +* `deletionPolicy: Delete` - **Default** - Delete the external resource when deleting the managed resource. +* `deletionPolicy: Orphan` - Leave the external resource when deleting the managed resource. ### forProvider diff --git a/content/v1.11/concepts/managed-resources.md b/content/v1.11/concepts/managed-resources.md index f6404554d..70dcc7ac9 100644 --- a/content/v1.11/concepts/managed-resources.md +++ b/content/v1.11/concepts/managed-resources.md @@ -54,8 +54,8 @@ deletes the external resource as well. If the `deletionPolicy` is `orphan` the Provider deletes the managed resource but doesn't delete the external resource. #### Options -* `deletionPolicy: delete` - **Default** - Delete the external resource when deleting the managed resource. -* `deletionPolicy: orphan` - Leave the external resource when deleting the managed resource. +* `deletionPolicy: Delete` - **Default** - Delete the external resource when deleting the managed resource. +* `deletionPolicy: Orphan` - Leave the external resource when deleting the managed resource. ### forProvider diff --git a/content/v1.12/concepts/managed-resources.md b/content/v1.12/concepts/managed-resources.md index f6404554d..70dcc7ac9 100644 --- a/content/v1.12/concepts/managed-resources.md +++ b/content/v1.12/concepts/managed-resources.md @@ -54,8 +54,8 @@ deletes the external resource as well. If the `deletionPolicy` is `orphan` the Provider deletes the managed resource but doesn't delete the external resource. #### Options -* `deletionPolicy: delete` - **Default** - Delete the external resource when deleting the managed resource. -* `deletionPolicy: orphan` - Leave the external resource when deleting the managed resource. +* `deletionPolicy: Delete` - **Default** - Delete the external resource when deleting the managed resource. +* `deletionPolicy: Orphan` - Leave the external resource when deleting the managed resource. ### forProvider