Skip to content

Commit d084523

Browse files
Fix: support tenant label by updating version of null-label module for aws_dynamodb_table (#99)
Co-authored-by: cloudpossebot <[email protected]>
1 parent 8f4013d commit d084523

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Available targets:
264264

265265
| Name | Source | Version |
266266
|------|--------|---------|
267-
| <a name="module_dynamodb_table_label"></a> [dynamodb\_table\_label](#module\_dynamodb\_table\_label) | cloudposse/label/null | 0.24.1 |
267+
| <a name="module_dynamodb_table_label"></a> [dynamodb\_table\_label](#module\_dynamodb\_table\_label) | cloudposse/label/null | 0.25.0 |
268268
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
269269

270270
## Resources

docs/terraform.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
| Name | Source | Version |
2121
|------|--------|---------|
22-
| <a name="module_dynamodb_table_label"></a> [dynamodb\_table\_label](#module\_dynamodb\_table\_label) | cloudposse/label/null | 0.24.1 |
22+
| <a name="module_dynamodb_table_label"></a> [dynamodb\_table\_label](#module\_dynamodb\_table\_label) | cloudposse/label/null | 0.25.0 |
2323
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
2424

2525
## Resources

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ resource "aws_s3_bucket_public_access_block" "default" {
193193

194194
module "dynamodb_table_label" {
195195
source = "cloudposse/label/null"
196-
version = "0.24.1"
196+
version = "0.25.0"
197197
attributes = ["lock"]
198198
context = module.this.context
199199
enabled = local.dynamodb_enabled

0 commit comments

Comments
 (0)