backport of commit 628bc9430a (#6475)

Co-authored-by: Michael Li <michael.li@hashicorp.com>
pull/6479/head
hc-github-team-secure-boundary 2 months ago committed by GitHub
parent 77f6f53ce9
commit 9de4cc7a8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -15,6 +15,7 @@ resource "aws_db_instance" "boundary" {
identifier = "boundary-db-${random_string.cluster_id.result}"
allocated_storage = var.db_storage
storage_type = var.db_storage_type
storage_encrypted = true
iops = var.db_storage_iops
engine = data.aws_rds_engine_version.default.engine
engine_version = data.aws_rds_engine_version.default.version

Loading…
Cancel
Save