Skip to content

Commit

Permalink
Update terraform-null-label to v0.16.0 (#35)
Browse files Browse the repository at this point in the history
* Update terraform-null-label to v0.16.0

* Fix formatting

* Update README.md
  • Loading branch information
terranisu authored and aknysh committed Nov 6, 2019
1 parent 5a86dce commit f522a36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {
}

module "label" {
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.14.1"
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.16.0"
enabled = var.enabled
namespace = var.namespace
stage = var.stage
Expand Down
1 change: 0 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ terraform {
aws = "~> 2.34"
template = "~> 2.0"
local = "~> 1.2"
null = "~> 2.0"
}
}

0 comments on commit f522a36

Please sign in to comment.