Skip to content

Commit 2215f9f

Browse files
committed
Updating networking and sonarqube dependencies
1 parent ce68ac1 commit 2215f9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Check the section "Other modules that you may need to use this module" for detai
8282
The networking module should look like this:
8383

8484
module "networking" {
85-
source = "jnonino/networking/aws"
85+
source = "cn-terraform/networking/aws"
8686
version = "2.0.3"
8787
name_preffix = var.name_preffix
8888
profile = var.profile
@@ -94,8 +94,8 @@ The networking module should look like this:
9494
}
9595

9696
Check versions for this module on:
97-
* Github Releases: <https://github.com/jnonino/terraform-aws-networking/releases>
98-
* Terraform Module Registry: <https://registry.terraform.io/modules/jnonino/networking/aws>
97+
* Github Releases: <https://github.com/cn-terraform/terraform-aws-networking/releases>
98+
* Terraform Module Registry: <https://registry.terraform.io/modules/cn-terraform/networking/aws>
9999

100100
The ECS cluster module should look like this:
101101

0 commit comments

Comments
 (0)