Skip to content

Commit

Permalink
Fixed complete example
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko committed Mar 2, 2018
1 parent 9b686be commit 6fb8f1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/complete-vpc/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
provider "aws" {
region = "eu-west-1"
}

module "vpc" {
source = "../../"

Expand Down

0 comments on commit 6fb8f1f

Please sign in to comment.