Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed May 28, 2024
1 parent 98e1d84 commit 64684f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -49,7 +49,6 @@ module "main" {
vpc_id = local.vpc_id
security_group_ids = [
"sg-0d828d223df9834a6",
"sg-098633a3b32ea82f4"
]
subnets = [
"subnet-062189d742937204e"
Expand Down

0 comments on commit 64684f5

Please sign in to comment.