Skip to content

Commit 07a4ed4

Browse files
committed
fix auto-drive security group
1 parent b6cea5b commit 07a4ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto-drive/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module "vpc" {
4848
resource "aws_security_group" "auto_drive_sg" {
4949
name = "auto_drive_sg"
5050
description = "auto drive security group"
51-
vpc_id = var.vpc_cidr
51+
vpc_id = module.vpc.vpc_id
5252

5353
# Ingress Rules
5454
ingress {

0 commit comments

Comments
 (0)