diff --git a/montf/main.tf b/montf/main.tf index 416f11e..2517c28 100644 --- a/montf/main.tf +++ b/montf/main.tf @@ -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"] }