Commit 26843158 authored by Willian de Morais's avatar Willian de Morais Committed by Anton Babenko

Fix source of predefined rule example (#69)

parent ed85a2f5
......@@ -35,7 +35,7 @@ There are two ways to create security groups using this module:
```hcl
module "web_server_sg" {
source = "terraform-aws-modules/security-group/aws//modules/http"
source = "terraform-aws-modules/security-group/aws//modules/http-80"
name = "web-server"
description = "Security group for web-server with HTTP ports open within VPC"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment