File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 55}
66
77module "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
2222module "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
118118module "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}
You can’t perform that action at this time.
0 commit comments