Skip to content

Commit

Permalink
Fixes terraform formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Oct 7, 2021
1 parent 0eb8c56 commit a87d017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module "kms" {
source = "git::https://github.com/plus3it/terraform-aws-tardigrade-kms.git?ref=2.0.0"
count = var.create_kms_key ? 1 : 0

keys = local.keys
keys = local.keys
}

resource "aws_ebs_encryption_by_default" "this" {
Expand Down

0 comments on commit a87d017

Please sign in to comment.