From 18b733c4f4c65e8265e88298193755cb06cf375d Mon Sep 17 00:00:00 2001 From: Darshan Date: Wed, 29 Jul 2026 14:57:52 +0530 Subject: [PATCH] changes made to main.tf --- DevOps-Project-01/infrastructure/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DevOps-Project-01/infrastructure/main.tf b/DevOps-Project-01/infrastructure/main.tf index b04db936..0f9b5b6f 100644 --- a/DevOps-Project-01/infrastructure/main.tf +++ b/DevOps-Project-01/infrastructure/main.tf @@ -21,7 +21,7 @@ provider "aws" { region = var.aws_region } -# VPC Module +# VPC module "vpc" { source = "./modules/vpc" @@ -86,4 +86,4 @@ module "monitoring" { environment = var.environment rds_instance_id = module.rds.rds_instance_id asg_name = module.asg.asg_name -} \ No newline at end of file +}