diff --git a/README.md b/README.md index b4aea8f..ab9b506 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,16 @@

- Terraform + Terraform - Licence + Licence + + + tfsec + + + static-checks @@ -74,7 +80,7 @@ Here are some examples of how you can use this module in your inventory structur ```hcl module "aurora" { source = "clouddrove/aurora/aws" - version = "0.15.0" + version = "1.0.1" name = "backend" environment = "test" @@ -96,7 +102,7 @@ Here are some examples of how you can use this module in your inventory structur ```hcl module "postgres" { source = "clouddrove/aurora/aws" - version = "0.15.0" + version = "1.0.1" name = "backend" environment = "test" label_order = ["name", "environment"] @@ -118,7 +124,7 @@ Here are some examples of how you can use this module in your inventory structur ```hcl module "aurora" { source = "clouddrove/aurora/aws" - version = "0.15.0" + version = "1.0.1" name = "aurora-mysql-serverless" environment = "test" label_order = ["name", "environment"] @@ -141,7 +147,7 @@ Here are some examples of how you can use this module in your inventory structur ```hcl module "postgres" { source = "clouddrove/aurora/aws" - version = "0.15.0" + version = "1.0.1" name = "aurora-Postgres" environment = "test" label_order = ["name", "environment"] @@ -171,6 +177,7 @@ Here are some examples of how you can use this module in your inventory structur | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| +| allow\_major\_version\_upgrade | Enable to allow major engine version upgrades when changing engine versions. Defaults to `false` | `bool` | `false` | no | | apply\_immediately | Determines whether or not any DB modifications are applied immediately, or during the maintenance window. | `bool` | `false` | no | | auto\_minor\_version\_upgrade | Determines whether minor engine upgrades will be performed automatically in the maintenance window. | `bool` | `true` | no | | auto\_pause | Whether to enable automatic pause. A DB cluster can be paused only when it's idle (it has no connections). | `bool` | `false` | no |