Skip to content

Commit

Permalink
correct readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbean committed Jan 20, 2021
1 parent 17efa35 commit 51bc983
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Terraform Module for managing s3 bucket cross-account cross-region replication.

- Terraform 0.11 module provider inheritance block:

- `source_of_replication` - AWS provider alias for source account
- `aws.source_of_replication` - AWS provider alias for source account
- `aws.destination_of_replication` - AWS provider alias for destination account

#### Optional
Expand Down Expand Up @@ -47,7 +47,7 @@ module "s3-cross-account-replication" {
replication_name = "my-replication-name"
providers {
"source_of_replication" = "source_of_replication"
"aws.source_of_replication" = "source_of_replication"
"aws.destination_of_replication" = "aws.destination_of_replication"
}
}
Expand Down Expand Up @@ -81,7 +81,11 @@ Authors
Changelog
=========

1.0.0 - Initial release.
1.0.0 - Initial release

2.0.0 - TF 0.12.X

3.0.0 - Rename povider

License
=======
Expand Down

0 comments on commit 51bc983

Please sign in to comment.