Skip to content

Commit

Permalink
v3.0.1; add missing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-e-allen committed Dec 1, 2021
1 parent 5db20a1 commit f137d40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ Terraform module to create Terraform drift, plan, and apply CodePipelines.

## Change Log

### 3.0.1
- Added tags to `build-plan` CodeBuild project, which was missed in v3.0.0 release.

### 3.0.0
- add output consisting of the ARN of SNS topic where CodePipeline and CodeBuild notifications are sent
- remove use of `tf-module-sns-teams-relay` module
Expand Down
1 change: 1 addition & 0 deletions drift-pipeline.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ resource "aws_codebuild_project" "build-drift" {
name = local.build_project_name_drift
build_timeout = "10"
service_role = aws_iam_role.build-role.arn
tags = var.global_tags

artifacts {
type = "CODEPIPELINE"
Expand Down

0 comments on commit f137d40

Please sign in to comment.