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"