File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ locals {
23
23
}
24
24
25
25
module "label" {
26
- source = " git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16 .0"
26
+ source = " git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17 .0"
27
27
attributes = var. attributes
28
28
namespace = var. namespace
29
29
environment = var. environment
Original file line number Diff line number Diff line change 1
1
module "nat_label" {
2
- source = " git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16 .0"
2
+ source = " git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17 .0"
3
3
enabled = var. enabled
4
4
context = module. label . context
5
5
attributes = distinct (compact (concat (module. label . attributes , [" nat" ])))
Original file line number Diff line number Diff line change 1
1
module "nat_instance_label" {
2
2
enabled = var. enabled
3
- source = " git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16 .0"
3
+ source = " git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17 .0"
4
4
context = module. label . context
5
5
attributes = distinct (compact (concat (module. label . attributes , [" nat" , " instance" ])))
6
6
}
Original file line number Diff line number Diff line change 1
1
module "private_label" {
2
- source = " git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16 .0"
2
+ source = " git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17 .0"
3
3
enabled = var. enabled
4
4
context = module. label . context
5
5
attributes = compact (concat (module. label . attributes , [" private" ]))
Original file line number Diff line number Diff line change 1
1
module "public_label" {
2
- source = " git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16 .0"
2
+ source = " git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.17 .0"
3
3
enabled = var. enabled
4
4
context = module. label . context
5
5
attributes = compact (concat (module. label . attributes , [" public" ]))
You can’t perform that action at this time.
0 commit comments