Skip to content

Commit

Permalink
fix auto-drive security group
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Jan 23, 2025
1 parent b6cea5b commit 07a4ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-drive/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module "vpc" {
resource "aws_security_group" "auto_drive_sg" {
name = "auto_drive_sg"
description = "auto drive security group"
vpc_id = var.vpc_cidr
vpc_id = module.vpc.vpc_id

# Ingress Rules
ingress {
Expand Down

0 comments on commit 07a4ed4

Please sign in to comment.