diff --git a/README.terraform.md b/README.terraform.md
index 6de7747..17e683d 100644
--- a/README.terraform.md
+++ b/README.terraform.md
@@ -3,14 +3,14 @@
| Name | Version |
|------|---------|
-| [terraform](#requirement\_terraform) | ~> 1.6.0 |
-| [aws](#requirement\_aws) | ~> 5.19.0 |
+| [terraform](#requirement\_terraform) | ~> 1.8.0 |
+| [aws](#requirement\_aws) | ~> 5.49.0 |
## Providers
| Name | Version |
|------|---------|
-| [aws](#provider\_aws) | 5.19.0 |
+| [aws](#provider\_aws) | 5.49.0 |
## Modules
@@ -38,15 +38,15 @@ No modules.
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [aws\_region](#input\_aws\_region) | aws region where resources will be created | `string` | n/a | yes |
+| [org\_name](#input\_org\_name) | organization name; used in various resource identifiers | `string` | n/a | yes |
| [dynamodb\_table\_name\_slug](#input\_dynamodb\_table\_name\_slug) | base name slug of the dynamodb table to create; this prefixed by `var.org_name` | `string` | `"terraform-locks"` | no |
| [git\_project](#input\_git\_project) | git source of this project; used in resource tags | `string` | `""` | no |
| [iac\_username](#input\_iac\_username) | IAM user to create with admin access; for use by subsequent IaC projects | `string` | `"iac"` | no |
| [kms\_alias](#input\_kms\_alias) | alias of the kms key to create | `string` | `"iac"` | no |
-| [org\_name](#input\_org\_name) | organization name; used in various resource identifiers | `string` | n/a | yes |
| [parameter\_store\_path](#input\_parameter\_store\_path) | the parameter store path where outputs will be added for reference | `string` | `"/iac/terraform/pre-base/"` | no |
| [s3\_bucket\_name\_slug](#input\_s3\_bucket\_name\_slug) | base name slug of the s3 bucket to create; this prefixed by `var.org_name` | `string` | `"terraform-states"` | no |
+| [s3\_bucket\_use\_random\_suffix](#input\_s3\_bucket\_use\_random\_suffix) | whether to add random suffix to bucket name, or assume the generated name is unique | `bool` | `false` | no |
| [s3\_enable\_versioning](#input\_s3\_enable\_versioning) | whether to enable object versioning on the created bucket | `bool` | `true` | no |
-| [s3\_use\_name\_suffix](#input\_s3\_use\_name\_suffix) | whether to add random suffix to bucket name, or assume the generated name is unique | `bool` | `false` | no |
| [s3\_version\_limit](#input\_s3\_version\_limit) | how many noncurrent versions of s3 objects to retain; max 100 | `number` | `100` | no |
## Outputs