Skip to content

Commit 6e679bd

Browse files
authored
Bump terraform-null-label version (#18)
1 parent 3c9b64f commit 6e679bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2018 Cloud Posse, LLC
189+
Copyright 2018-2019 Cloud Posse, LLC
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ locals {
55
}
66

77
module "base_label" {
8-
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.6.3"
8+
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.7.0"
99
namespace = "${var.namespace}"
1010
environment = "${var.environment}"
1111
stage = "${var.stage}"
@@ -20,7 +20,7 @@ module "base_label" {
2020
}
2121

2222
module "s3_bucket_label" {
23-
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.6.3"
23+
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.7.0"
2424
context = "${module.base_label.context}"
2525
}
2626

@@ -116,7 +116,7 @@ resource "aws_s3_bucket_public_access_block" "default" {
116116
}
117117

118118
module "dynamodb_table_label" {
119-
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.6.3"
119+
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.7.0"
120120
context = "${module.base_label.context}"
121121
attributes = ["${compact(concat(var.attributes, list("lock")))}"]
122122
}

0 commit comments

Comments
 (0)