Skip to content

Commit

Permalink
Update to new vpc id
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed May 28, 2024
1 parent 90bcf2a commit 23006e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/internal-k8-infra/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data "aws_secretsmanager_secret_version" "secret_credentials" {
data "aws_subnets" "node_subnets" {
filter {
name = "vpc-id"
values = ["vpc-0f30cfca319ebc521"]
values = ["vpc-099c17a4a0215942c"]
}
}

Expand Down

0 comments on commit 23006e4

Please sign in to comment.