Skip to content

Commit 2e8e6ae

Browse files
committed
oops
1 parent 61e6738 commit 2e8e6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orb.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resource "aws_instance" "orb_instance" {
1212
ami = data.aws_ssm_parameter.al2023_ami_arm64.value
1313
instance_type = "t4g.large"
1414
subnet_id = module.vpc.public_subnets[0]
15-
vpc_security_group_ids = [aws_security_group.nbc.id]
15+
vpc_security_group_ids = [aws_security_group.orb.id]
1616
user_data = templatefile("${path.module}/orb.sh.tpl", {
1717
orb_yaml = templatefile("${path.module}/orb.yaml.tpl", {
1818
diode_server = aws_instance.nbe_instance.private_ip,

0 commit comments

Comments
 (0)