From 923a9f038cc815efa376c95a7697b9b49eff7d39 Mon Sep 17 00:00:00 2001 From: Jacob Hanafin Date: Fri, 10 Jan 2025 12:46:35 -0600 Subject: [PATCH] Attempt move to AWS commercial 2 --- testing/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/main.tf b/testing/main.tf index 6ddd8b8..3889d6a 100644 --- a/testing/main.tf +++ b/testing/main.tf @@ -9,7 +9,7 @@ provider "aws" { ### resource "aws_security_group" "allow-all" { name = "${var.tf_user}-allow-all-${var.GITHUB_RUN_ID}-${var.GITHUB_JOB_ID}" - vpc_id = "vpc-07402b459d3b18976" + vpc_id = "vpc-01c7511c87c5291ad" ingress { from_port = 0