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 +}