Skip to content

Commit 0c3ba89

Browse files
authored
chore: Fix typo in backup module readme (#611)
1 parent 83ea2c4 commit 0c3ba89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/backup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For internal backups the workflow also takes care about deleting the old backups
1616
## Exports to GCS
1717

1818
But the backups mentioned above are bound to the SQL instance.
19-
This means as soon as you [delete the instance](https://cloud.google.com/sql/docs/mysql/delete-instance) you are also loosing your backups.
19+
This means as soon as you [delete the instance](https://cloud.google.com/sql/docs/mysql/delete-instance) you are also losing your backups.
2020
To avoid this you can also export data. There is a second workflow doing exactly that.
2121

2222
> **Note**: To enable or disable the exports to GCS Buckets use the Terraform variable `enable_export_backup`

0 commit comments

Comments
 (0)