Skip to content

Commit 1c8c5db

Browse files
author
Kristian
authored
Merge pull request #22 from telia-oss/prepare-v0.8.0-release
Bump s3 key to next release
2 parents 00681a8 + 414c467 commit 1c8c5db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Default. Unless we have a more specific match.
2-
* @itsdalmo
2+
* @telia-oss/concourse-owners

terraform/modules/lambda/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data "aws_caller_identity" "current" {}
77

88
locals {
99
s3_bucket = "${var.filename == "" && var.s3_bucket == "" ? "telia-oss-${data.aws_region.current.name}" : var.s3_bucket}"
10-
s3_key = "${var.filename == "" && var.s3_key == "" ? "concourse-github-lambda/v0.7.0.zip" : var.s3_key}"
10+
s3_key = "${var.filename == "" && var.s3_key == "" ? "concourse-github-lambda/v0.8.0.zip" : var.s3_key}"
1111
}
1212

1313
module "lambda" {

0 commit comments

Comments
 (0)