Skip to content

Commit

Permalink
Attempt move to AWS commercial 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daemonslayer2048 committed Jan 10, 2025
1 parent db2d276 commit 923a9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 923a9f0

Please sign in to comment.