From 8b6707ca870434d578585cf7d21cffb6d70e09fe Mon Sep 17 00:00:00 2001 From: hnaumann Date: Mon, 7 Oct 2024 07:20:38 +0000 Subject: [PATCH] adding version to webserver_sg --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index 10bac59..650c5a8 100644 --- a/main.tf +++ b/main.tf @@ -41,6 +41,7 @@ module "vpc" { ### create a security group module "web_server_sg" { + version = "5.2.0" source = "terraform-aws-modules/security-group/aws//modules/http-80" name = "${local.name}-web-server-sg" description = "Security group for web server of ${local.name}"