From ae870205cc9ddd59dc8d8006a946f6d8bdb821b6 Mon Sep 17 00:00:00 2001 From: Bruno Rodrigues Date: Wed, 30 Mar 2022 00:35:44 +0100 Subject: [PATCH] # This is a combination of 4 commits. # This is the 1st commit message: # This is a combination of 2 commits. # This is the 1st commit message: Change logic for ssh security group (#4) * Change logic for ssh security group * [MegaLinter] Apply linters fixes Co-authored-by: bsrodrigs # The commit message #2 will be skipped: # Fix ssh security group (#5) # # The commit message #2 will be skipped: # Fix merge conflict # The commit message #3 will be skipped: # Change logic for ssh security group (#4) # # * Change logic for ssh security group # # * [MegaLinter] Apply linters fixes # # Co-authored-by: bsrodrigs # The commit message #4 will be skipped: # Fix ssh security group (#5) # --- rs-green-side.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/rs-green-side.tf b/rs-green-side.tf index 5dcbdfd..e48e498 100644 --- a/rs-green-side.tf +++ b/rs-green-side.tf @@ -69,7 +69,6 @@ resource "aws_instance" "green_vpn_inst" { ami = data.aws_ami.green_vpn_inst_ubuntu.id instance_type = var.green_vpn_endpoint_instancetype - vpc_security_group_ids = concat([aws_security_group.green_vpn_inst_ipsec.id, aws_security_group.green_vpn_inst_green_traffic.id], try(aws_security_group.green_vpn_inst_ssh[0].id,[])) subnet_id = module.green_vpc.public_subnets[0] key_name = var.green_vpn_inst_keyname == "" ? aws_key_pair.green_vpn_inst[0].key_name : var.green_vpn_inst_keyname