Skip to content

controler and pipeline update #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ locals {
}
}

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 @@ -31,7 +23,6 @@ module "ci-cd-code-pipeline" {
code_deploy_applications = [module.code-deploy.attributes.name]
function_list = var.function_list
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.

68 changes: 0 additions & 68 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.