Skip to content

Commit

Permalink
adding missing vars in code build
Browse files Browse the repository at this point in the history
  • Loading branch information
raanan245 committed Oct 28, 2021
1 parent 63ba48b commit 57509f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ module "code-build" {
source = "./modules/codebuild"
env_name = var.env_name
codebuild_name = "build"
source_repository_url = local.source_repository_url
source_branch = var.trigger_branch
s3_bucket = aws_s3_bucket.codepipeline_bucket.bucket
privileged_mode = true
environment_variables_parameter_store = var.environment_variables_parameter_store
Expand Down

0 comments on commit 57509f2

Please sign in to comment.