From edc292ef410c81d09e99aeb676af8ccd933d28f6 Mon Sep 17 00:00:00 2001 From: lolli001 Date: Tue, 30 Jul 2024 11:56:08 -0400 Subject: [PATCH] added region --- kms.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kms.tf b/kms.tf index 150eba7..bffb2ee 100644 --- a/kms.tf +++ b/kms.tf @@ -1,7 +1,8 @@ locals { kms_key_name = "rhel-x86-codepipeline-key" # Name for the KMS key alias account_id = "229685449397" # Replace with your AWS account ID - partition = "aws-us-gov" + partition = "aws-us-gov" + region = "us-gov-west-1" } # Define the KMS Key resource