Skip to content

Commit

Permalink
Corrected module example in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
johncollinson2001 committed Oct 6, 2024
1 parent 82b6c17 commit 4544ef7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,11 @@ The following is an example of how the module should be used:

```terraform
module "my_backup" {
source = "github.com/nhsdigital/az-backup//infrastructure"
vault_name = "myvault"
vault_location = "uksouth"
vault_redundancy = "LocallyRedundant"
source = "github.com/nhsdigital/az-backup//infrastructure"
vault_name = "myvault"
vault_location = "uksouth"
vault_redundancy = "LocallyRedundant"
use_extended_retention = true
blob_storage_backups = {
backup1 = {
backup_name = "storage1"
Expand Down

0 comments on commit 4544ef7

Please sign in to comment.