Skip to content

Commit

Permalink
added region
Browse files Browse the repository at this point in the history
  • Loading branch information
lolli001 committed Jul 30, 2024
1 parent 545974e commit edc292e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kms.tf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit edc292e

Please sign in to comment.