Skip to content

Commit

Permalink
Merge pull request #47 from maddevsio/ebs_encryption
Browse files Browse the repository at this point in the history
rename ebs.tf to aws-ebs.tf due to code conventions
  • Loading branch information
mglotov authored Apr 29, 2021
2 parents d9e4ee4 + 79fe446 commit ad56666
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/layer1-aws/aws-ebs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
resource "aws_ebs_encryption_by_default" "this" {
enabled = true
}

0 comments on commit ad56666

Please sign in to comment.