From 30cd69f22c61b2cbfd90ad9d2bb4fc57aba0c28d Mon Sep 17 00:00:00 2001 From: Manuel Romero Date: Tue, 18 Oct 2022 11:46:32 +0200 Subject: [PATCH] fixes --- s3-bucket-sftp/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3-bucket-sftp/main.tf b/s3-bucket-sftp/main.tf index 2ca9667..453ef36 100644 --- a/s3-bucket-sftp/main.tf +++ b/s3-bucket-sftp/main.tf @@ -130,7 +130,7 @@ resource "aws_transfer_server" "sftp" { endpoint_details { vpc_id = var.vpc_id subnet_ids = var.subnet_ids - security_group_ids = module.security_group.security_group_id + security_group_ids = [module.security_group.security_group_id] } tags = { Deployment = "QMI"