Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
irakravchuk authored Mar 25, 2021
1 parent 5c02f78 commit 20f2542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions montf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module "web_server_sg" {
name = "web-server"
description = "Security group for web-server with HTTP ports open within VPC"
vpc_id = "vpc-12345678"
region = "us-east-1"

ingress_cidr_blocks = ["10.10.0.0/16"]
}

0 comments on commit 20f2542

Please sign in to comment.