Skip to content

Commit 79fe446

Browse files
committed
rename ebs.tf to aws-ebs.tf due to code conventions
1 parent 31fc6e3 commit 79fe446

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

terraform/layer1-aws/aws-ebs.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
resource "aws_ebs_encryption_by_default" "this" {
2+
enabled = true
3+
}

0 commit comments

Comments
 (0)