From 64684f587bb8adec4cd438495d538040af7fed2a Mon Sep 17 00:00:00 2001 From: Dave Arnold Date: Tue, 28 May 2024 15:36:01 -0400 Subject: [PATCH] updating --- main.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.tf b/main.tf index 2d6bca6..f6c85f1 100644 --- a/main.tf +++ b/main.tf @@ -29,7 +29,7 @@ data "aws_region" "current" {} module "main" { source = "HappyPathway/image-pipeline/aws" - project_name = "HelloAMI" + project_name = "image-pipeline-demo" environment = "dev" source_repo_name = "image-pipeline-hello-world" source_repo_branch = "main" @@ -49,7 +49,6 @@ module "main" { vpc_id = local.vpc_id security_group_ids = [ "sg-0d828d223df9834a6", - "sg-098633a3b32ea82f4" ] subnets = [ "subnet-062189d742937204e"