Skip to content

Commit

Permalink
Update config-continuous-monitoring's managed policy from AWSConfigRo…
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarcia2863 committed Jun 3, 2022
1 parent 2dac231 commit 6aaaa00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.0.1
current_version = 3.0.2
commit = True
message = Bumps version to {new_version}
tag = False
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resource "aws_iam_role_policy_attachment" "this" {
count = local.create_iam_role ? 1 : 0

role = aws_iam_role.this[0].name
policy_arn = "arn:${data.aws_partition.current.partition}:iam::aws:policy/service-role/AWSConfigRole"
policy_arn = "arn:${data.aws_partition.current.partition}:iam::aws:policy/service-role/AWS_ConfigRole"
}

resource "aws_sns_topic" "this" {
Expand Down

0 comments on commit 6aaaa00

Please sign in to comment.