Skip to content

Commit

Permalink
Bump terraform-null-label version (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh authored Apr 4, 2019
1 parent 3c9b64f commit 6e679bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2018 Cloud Posse, LLC
Copyright 2018-2019 Cloud Posse, LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {
}

module "base_label" {
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.6.3"
source = "git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.7.0"
namespace = "${var.namespace}"
environment = "${var.environment}"
stage = "${var.stage}"
Expand All @@ -20,7 +20,7 @@ module "base_label" {
}

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

Expand Down Expand Up @@ -116,7 +116,7 @@ resource "aws_s3_bucket_public_access_block" "default" {
}

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

0 comments on commit 6e679bd

Please sign in to comment.