We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b1b23 commit bce7506Copy full SHA for bce7506
README.md
@@ -20,8 +20,7 @@ The following example creates a security group and an application load balancer.
20
provider "aws" {}
21
22
module "networking" {
23
- source = "github.com/mongodb-ansible-roles/terraform-aws-networking-readonly"
24
- version = "1.1.0"
+ source = "github.com/mongodb-devprod-infrastructure/terraform-aws-networking-data-only"
25
26
vpc_name = "tutorial-vpc"
27
}
0 commit comments