Skip to content

Commit

Permalink
controler and pipeline update
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli-Meitner committed Jun 12, 2023
1 parent 92e9cfe commit 6f8739d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 140 deletions.
9 changes: 0 additions & 9 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ locals {
run_tests = var.run_integration_tests || var.run_stress_tests ? true : false
}

module "pipeline_trigger" {
source = "./modules/pipeline_trigger"
app_name = var.app_name
env_name = var.env_name
env_type = var.env_type
s3_bucket = local.artifacts_bucket_name
}

module "ci-cd-code-pipeline" {
source = "./modules/ci-cd-codepipeline"
env_name = var.env_name
Expand All @@ -25,7 +17,6 @@ module "ci-cd-code-pipeline" {
code_deploy_applications = [module.code-deploy.attributes.name]

depends_on = [
module.pipeline_trigger,
module.build,
module.code-deploy,
module.post,
Expand Down
18 changes: 0 additions & 18 deletions modules/pipeline_trigger/data.tf

This file was deleted.

Binary file removed modules/pipeline_trigger/lambda/lambda.zip
Binary file not shown.
23 changes: 0 additions & 23 deletions modules/pipeline_trigger/lambda/pipeline_trigger.js

This file was deleted.

75 changes: 0 additions & 75 deletions modules/pipeline_trigger/main.tf

This file was deleted.

15 changes: 0 additions & 15 deletions modules/pipeline_trigger/variables.tf

This file was deleted.

0 comments on commit 6f8739d

Please sign in to comment.