Skip to content

Commit

Permalink
Update private.tf label version
Browse files Browse the repository at this point in the history
  • Loading branch information
woz5999 authored Dec 16, 2020
1 parent 9f1aaa3 commit 754077e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions private.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {

module "private_label" {
source = "cloudposse/label/null"
version = "0.17.0"
version = "0.22.0"

attributes = compact(concat(var.attributes, ["private"]))

Expand Down Expand Up @@ -107,4 +107,3 @@ resource "aws_route" "default" {
destination_cidr_block = "0.0.0.0/0"
depends_on = [aws_route_table.private]
}

0 comments on commit 754077e

Please sign in to comment.