Skip to content

Commit de7c029

Browse files
committed
Add simple usage example.
1 parent 55b3946 commit de7c029

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

aws_internet_vpc/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ Creates an [AWS Virtual Private Cloud (VPC)](https://docs.aws.amazon.com/vpc/lat
55
## Example
66

77
```tf
8-
# TODO
8+
module "vpc" {
9+
source = "github.com/futurice/terraform-utils/aws_internet_vpc"
10+
vpc_name = "my-vpc"
11+
}
912
```

0 commit comments

Comments
 (0)