Skip to content

Commit

Permalink
fix(deletionPolicy): fix correct capital (#496)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Haar <[email protected]>
  • Loading branch information
haarchri authored Jul 22, 2023
1 parent 575de13 commit a328fbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions content/master/concepts/managed-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- vale off -->
### forProvider
Expand Down
4 changes: 2 additions & 2 deletions content/v1.11/concepts/managed-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- vale off -->
### forProvider
Expand Down
4 changes: 2 additions & 2 deletions content/v1.12/concepts/managed-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- vale off -->
### forProvider
Expand Down

0 comments on commit a328fbf

Please sign in to comment.