Skip to content

Commit 86d24ce

Browse files
Gowiemactions-botaknysh
authored
[AUTOMATED] Update terraform-null-label versions to support Terraform 0.13 (#23)
* [AUTOMATED] Update terraform-null-label versions to support Terraform 0.13 * Updated README.md * Bump modules in example Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com> Co-authored-by: aknysh <andriy.knysh@gmail.com>
1 parent 5ce1180 commit 86d24ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ provider "aws" {
33
}
44

55
module "dynamodb_table" {
6-
source = "git::https://github.com/cloudposse/terraform-aws-dynamodb.git?ref=tags/0.16.0"
6+
source = "git::https://github.com/cloudposse/terraform-aws-dynamodb.git?ref=tags/0.17.1"
77
namespace = var.namespace
88
environment = var.environment
99
stage = var.stage

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "default_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"
33
namespace = var.namespace
44
stage = var.stage
55
environment = var.environment

0 commit comments

Comments
 (0)