Migrated from `terraform-community-modules/tf_aws_rds`, where it was maintained by [these awesome contributors](https://github.com/terraform-community-modules/tf_aws_rds/graphs/contributors).
Currently maintained by [these awesome contributors](https://github.com/terraform-aws-modules/terraform-aws-rds/graphs/contributors).
Module managed by [Anton Babenko](https://github.com/antonbabenko).
description="The ARN for the KMS encryption key. If creating an encrypted replica, set this to the destination KMS ARN. If storage_encrypted is set to true and kms_key_id is not specified the default KMS key created in your account will be used"
default=""
default=""
}
variable"engine"{
...
...
@@ -49,6 +49,11 @@ variable "port" {
description="The port on which the DB accepts connections"
}
variable"final_snapshot_identifier"{
description="The name of your final DB snapshot when this DB instance is deleted."
default=""
}
variable"vpc_security_group_ids"{
description="List of VPC security groups to associate"
description="The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. Must be specified if monitoring_interval is non-zero."
default=""
}
variable"allow_major_version_upgrade"{
description="Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible"
description="The ARN for the KMS encryption key. If creating an encrypted replica, set this to the destination KMS ARN. If storage_encrypted is set to true and kms_key_id is not specified the default KMS key created in your account will be used"
default=""
default=""
}
variable"engine"{
...
...
@@ -29,6 +29,11 @@ variable "engine_version" {
description="The engine version to use"
}
variable"final_snapshot_identifier"{
description="The name of your final DB snapshot when this DB instance is deleted."
default=""
}
variable"instance_class"{
description="The instance type of the RDS instance"
description="The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0. Valid Values: 0, 1, 5, 10, 15, 30, 60."
default=0
}
variable"monitoring_role_arn"{
description="The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. Must be specified if monitoring_interval is non-zero."
default=""
}
variable"allow_major_version_upgrade"{
description="Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible"