Skip to content

Commit

Permalink
Don't revert secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ainsworth committed Nov 1, 2023
1 parent 960a8e3 commit cdf8786
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/account/region/cloudwatch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource "aws_cloudwatch_log_group" "use-an-lpa" {
}

data "aws_kms_alias" "cloudwatch_mrk" {
name = "alias/cloudwatch_encryption"
name = "alias/cloudwatch-encryption-mrk"

provider = aws.region
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/environment/region/data_sources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ data "aws_kms_alias" "pagerduty_sns" {
}

data "aws_kms_alias" "cloudwatch_encryption" {
name = "alias/cloudwatch_encryption"
name = "alias/cloudwatch-encryption-mrk"

provider = aws.region
}
Expand Down
2 changes: 1 addition & 1 deletion terraform/environment/shared_data_sources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ data "aws_kms_alias" "pagerduty_sns" {
}

data "aws_kms_alias" "cloudwatch_encryption" {
name = "alias/cloudwatch_encryption"
name = "alias/cloudwatch-encryption-mrk"
}

//--------------------
Expand Down

0 comments on commit cdf8786

Please sign in to comment.