Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit f7a0d3e

Browse files
committed
🔒 Set encryption to enabled, by default, for EFS (AWS)
1 parent a3c4bde commit f7a0d3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

provision/eks/efs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
resource "aws_efs_file_system" "cloud_native_workstation" {
22
creation_token = "cloud-native-workstation"
3+
encrypted = true
34
tags = var.aws_tags
45
}
56

0 commit comments

Comments
 (0)