Skip to content

Commit ad56666

Browse files
authored
Merge pull request #47 from maddevsio/ebs_encryption
rename ebs.tf to aws-ebs.tf due to code conventions
2 parents d9e4ee4 + 79fe446 commit ad56666

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

terraform/layer1-aws/aws-ebs.tf

+3
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)