File tree Expand file tree Collapse file tree 3 files changed +5
-45
lines changed
Expand file tree Collapse file tree 3 files changed +5
-45
lines changed Original file line number Diff line number Diff line change 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ resource "aws_dynamodb_table" "default" {
111111
112112module "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 )
You can’t perform that action at this time.
0 commit comments