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