Skip to content

Commit

Permalink
nulled input
Browse files Browse the repository at this point in the history
  • Loading branch information
johnricords committed Feb 27, 2024
1 parent b410b6a commit 3678c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/all-inputs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module "ec2_account" {
ec2_account = {
ebs_encryption_by_default = {
enabled = true
default_kms_key = "arn:aws:kms:us-east-1:123456789012:key/abcd-1234"
default_kms_key = null
}

image_block_public_access = {
Expand Down

0 comments on commit 3678c0a

Please sign in to comment.