Skip to content

Commit 3ca398b

Browse files
authored
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated (#80)
1 parent 0e99d9f commit 3ca398b

File tree

3 files changed

+5
-45
lines changed

3 files changed

+5
-45
lines changed

.github/CODEOWNERS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515

1616
# Cloud Posse must review any changes to standard context definition,
1717
# but some changes can be rubber-stamped.
18-
**/context.tf @cloudposse/engineering @cloudposse/approvers
19-
README.md @cloudposse/engineering @cloudposse/contributors @cloudposse/approvers
20-
docs/*.md @cloudposse/engineering @cloudposse/contributors @cloudposse/approvers
18+
**/*.tf @cloudposse/engineering @cloudposse/approvers
19+
README.yaml @cloudposse/engineering @cloudposse/approvers
20+
README.md @cloudposse/engineering @cloudposse/contributors @cloudposse/approvers
21+
docs/*.md @cloudposse/engineering @cloudposse/contributors @cloudposse/approvers
2122

2223
# Cloud Posse Admins must review all changes to CODEOWNERS or the mergify configuration
2324
.github/mergify.yml @cloudposse/admins

.github/workflows/auto-readme.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ resource "aws_dynamodb_table" "default" {
111111

112112
module "dynamodb_autoscaler" {
113113
source = "cloudposse/dynamodb-autoscaler/aws"
114-
version = "0.9.0"
114+
version = "0.11.0"
115115
enabled = local.enabled && var.enable_autoscaler && var.billing_mode == "PROVISIONED"
116116

117117
attributes = concat(module.this.attributes, var.autoscaler_attributes)

0 commit comments

Comments
 (0)