Skip to content

Commit

Permalink
Use registry URL and add acknowledgement
Browse files Browse the repository at this point in the history
  • Loading branch information
schollii authored Mar 25, 2021
1 parent 2913cea commit 6f64ea7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Example:
```hcl
# your main.tf for the tfstate manager
module "tfstate_manager" {
source = "https://github.com/schollii/terraform-aws-multi-stack-backends.git"
source = "schollii/multi-stack-backends/aws"
stacks_map = {
stack-1 = {
Expand All @@ -45,4 +45,8 @@ module "tfstate_manager" {

See the [examples/simple/README.md](examples/simple/README.md) for details
including diagrams that illustrate the different pieces managed by this
module.
module.

### Acknowledgements

My code used some of https://github.com/nozaq/terraform-aws-remote-state-s3-backend as starting point.

0 comments on commit 6f64ea7

Please sign in to comment.