Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Republishing module under banyansecurity org
Browse files Browse the repository at this point in the history
  • Loading branch information
tradel committed Dec 15, 2020
1 parent 5e4990f commit c86571d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This module creates an AWS auto-scaling group (ASG) and a network load balancer

```hcl
module "aws_accesstier" {
source = "tradel/banyan-accesstier/aws"
source = "banyansecurity/banyan-accesstier/aws"
region = "us-east-1"
vpc_id = "vpc-0e73afd7c24062f0a"
public_subnet_ids = ["subnet-09ef9206ca406ffe7", "subnet-0bcb18d59e3ff3cc7"]
Expand All @@ -35,7 +35,7 @@ variable "refresh_token" {
}
module "aws_accesstier" {
source = "tradel/banyan-accesstier/aws"
source = "banyansecurity/banyan-accesstier/aws"
refresh_token = var.refresh_token
...
}
Expand Down Expand Up @@ -90,4 +90,4 @@ Module created and managed by [Todd Radel](https://github.com/tradel).

Licensed under Apache 2. See [LICENSE](LICENSE) for details.

[banyan-security]: https://banyansecurity.io
[banyan-security]: https://banyansecurity.io
2 changes: 1 addition & 1 deletion examples/simple.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ variable "refresh_token" {
}

module "aws_accesstier" {
source = "tradel/banyan-accesstier/aws"
source = "banyansecurity/banyan-accesstier/aws"
region = "us-east-1"
vpc_id = "vpc-0e73afd7c24062f0a"
public_subnet_ids = ["subnet-09ef9206ca406ffe7", "subnet-0bcb18d59e3ff3cc7"]
Expand Down

0 comments on commit c86571d

Please sign in to comment.