From 9de4cc7a8f222ec97c4da5afa2b46c51be8efae7 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-boundary <82989682+hc-github-team-secure-boundary@users.noreply.github.com> Date: Wed, 11 Mar 2026 23:28:40 +0530 Subject: [PATCH] backport of commit 628bc9430a74904d95ca5fd441dd72bc631593e7 (#6475) Co-authored-by: Michael Li --- enos/modules/aws_boundary/rds.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/enos/modules/aws_boundary/rds.tf b/enos/modules/aws_boundary/rds.tf index 699866d366..13403779c7 100644 --- a/enos/modules/aws_boundary/rds.tf +++ b/enos/modules/aws_boundary/rds.tf @@ -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