fix(deletionPolicy): fix correct capital (#496)

Signed-off-by: Christopher Haar <christopher.haar@upbound.io>
This commit is contained in:
Christopher Haar 2023-07-22 16:24:43 +02:00 committed by GitHub
parent 575de134f1
commit a328fbf179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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