adding version to webserver_sg

This commit is contained in:
hnaumann
2024-10-07 07:20:38 +00:00
parent 417f245564
commit 8b6707ca87

View File

@@ -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}"