File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ Available targets:
264
264
265
265
| Name | Source | Version |
266
266
| ------| --------| ---------|
267
- | <a name =" module_dynamodb_table_label " ></a > [ dynamodb\_ table\_ label] ( #module\_ dynamodb\_ table\_ label ) | cloudposse/label/null | 0.22.0 |
267
+ | <a name =" module_dynamodb_table_label " ></a > [ dynamodb\_ table\_ label] ( #module\_ dynamodb\_ table\_ label ) | cloudposse/label/null | 0.24.1 |
268
268
| <a name =" module_this " ></a > [ this] ( #module\_ this ) | cloudposse/label/null | 0.24.1 |
269
269
270
270
## Resources
Original file line number Diff line number Diff line change 19
19
20
20
| Name | Source | Version |
21
21
| ------| --------| ---------|
22
- | <a name =" module_dynamodb_table_label " ></a > [ dynamodb\_ table\_ label] ( #module\_ dynamodb\_ table\_ label ) | cloudposse/label/null | 0.22.0 |
22
+ | <a name =" module_dynamodb_table_label " ></a > [ dynamodb\_ table\_ label] ( #module\_ dynamodb\_ table\_ label ) | cloudposse/label/null | 0.24.1 |
23
23
| <a name =" module_this " ></a > [ this] ( #module\_ this ) | cloudposse/label/null | 0.24.1 |
24
24
25
25
## Resources
Original file line number Diff line number Diff line change @@ -193,8 +193,8 @@ resource "aws_s3_bucket_public_access_block" "default" {
193
193
194
194
module "dynamodb_table_label" {
195
195
source = " cloudposse/label/null"
196
- version = " 0.22.0 "
197
- attributes = compact ( concat (var . attributes , [" lock" ]))
196
+ version = " 0.24.1 "
197
+ attributes = [" lock" ]
198
198
context = module. this . context
199
199
enabled = local. dynamodb_enabled
200
200
}
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ func TestExamplesComplete(t *testing.T) {
44
44
45
45
// Run `terraform output` to get the value of an output variable
46
46
dynamodbTableName := terraform .Output (t , terraformOptions , "dynamodb_table_name" )
47
- expectedDynamodbTableName := "eg-test-terraform-tfstate-backend-lock- " + randId
47
+ expectedDynamodbTableName := "eg-test-terraform-tfstate-backend-" + randId + "-lock"
48
48
// Verify we're getting back the outputs we expect
49
49
assert .Equal (t , expectedDynamodbTableName , dynamodbTableName )
50
50
}
You can’t perform that action at this time.
0 commit comments