From 0dff47e2b80ab5013536caa18c8a0f768a75b58f Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 11 May 2021 14:14:58 -0400 Subject: [PATCH] add placeholder for read, write arn --- common/variables.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/variables.tf b/common/variables.tf index 6b35a7c..79f4a84 100644 --- a/common/variables.tf +++ b/common/variables.tf @@ -74,3 +74,7 @@ variable "require_explicit_encryption" { type = bool default = false } + +# TBD +# variable "kms_policy_read_arns" { } +# variable "kms_policy_write_arns" { }