Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewFarley authored Feb 7, 2018
1 parent 8e73b83 commit 90d8988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ provider "aws" {
}
module "vpc" {
source = "olindata/vpc/aws" # Use: github.com/olindata/terraform-aws-vpc.git for github
source = "olindata/ezvpc/aws" # Use: github.com/olindata/terraform-aws-ezvpc.git for github
name = "my-vpc"
cidr = "10.0.0.0/16"
Expand Down

0 comments on commit 90d8988

Please sign in to comment.