We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e6738 commit 2e8e6aeCopy full SHA for 2e8e6ae
orb.tf
@@ -12,7 +12,7 @@ resource "aws_instance" "orb_instance" {
12
ami = data.aws_ssm_parameter.al2023_ami_arm64.value
13
instance_type = "t4g.large"
14
subnet_id = module.vpc.public_subnets[0]
15
- vpc_security_group_ids = [aws_security_group.nbc.id]
+ vpc_security_group_ids = [aws_security_group.orb.id]
16
user_data = templatefile("${path.module}/orb.sh.tpl", {
17
orb_yaml = templatefile("${path.module}/orb.yaml.tpl", {
18
diode_server = aws_instance.nbe_instance.private_ip,
0 commit comments