Skip to content

Commit

Permalink
rename pol
Browse files Browse the repository at this point in the history
  • Loading branch information
JWanderema committed Dec 3, 2021
1 parent 16c541e commit 58397e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iam.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "aws_iam_role_policy" "write_to_cw" {
name = "dq-tf-infra-write-to-cw-${count.index}"
name = "dq-tf-infra-write-to-cw-count-${count.index}"
provider = aws.APPS
role = element(
concat(
Expand Down Expand Up @@ -69,7 +69,7 @@ EOF
}

resource "aws_iam_policy" "write_to_cw_new" {
name = "dq-tf-infra-write-to-cw-new"
name = "dq-tf-infra-write-to-cw"
provider = aws.APPS

policy = <<EOF
Expand Down

0 comments on commit 58397e2

Please sign in to comment.