diff --git a/anti-virus-scan.tf b/anti-virus-scan.tf index 8896db8..a862a72 100644 --- a/anti-virus-scan.tf +++ b/anti-virus-scan.tf @@ -88,6 +88,7 @@ data "aws_iam_policy_document" "main_scan" { actions = [ "kms:GenerateDataKey", + "kms:Decrypt" ] resources = [ diff --git a/version b/version index 94dfee4..1e96c27 100644 --- a/version +++ b/version @@ -1,3 +1,3 @@ # Incrementing the version number below will trigger a # release tag with that version to be created automatically. -3.0.2 +3.0.3