Skip to content

Commit

Permalink
doc: Fixed some of the typos within the README.MD for the PIT example(#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmith78660 committed Feb 2, 2024
1 parent 8b5110f commit 8d173b1
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -7,9 +7,9 @@ Variables Required:
- `cluster_name`: Name of the cluster
- `point_in_time_utc_seconds`: Point in time to restore to, a number of seconds since unix epoch.

In order to utilize the backup restore job via point in time, fist you need a backup with which to restore.
In order to utilize the backup restore job via point in time, first you need a backup with which to restore.
This example has been configured to only create the backup restore if `point_in_time_utc_seconds` is a non-zero number.
As such, utilize the following example `terraform.tfvars` and pseudo-code to execute a workign example:
As such, utilize the following example `terraform.tfvars` and pseudo-code to execute a working example:

Example `terraform.tfvars`
```
Expand Down

0 comments on commit 8d173b1

Please sign in to comment.