Skip to content

Commit 06ab662

Browse files
committed
Add support for TDE key rotation
1 parent 8cf6547 commit 06ab662

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/full/tde/aws/aws.tf

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ variable "aws_session_token" {
1313

1414
locals {
1515
tags = {
16-
Name = var.service_name
16+
Role = "terraform-e2e-test"
17+
ServiceName = replace(var.service_name, "[^a-zA-Z0-9_.:/=+@- ]", "_")
1718
}
1819
}
1920

0 commit comments

Comments
 (0)