Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 committed Jun 5, 2024
1 parent 69698ae commit 03dfd52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/role/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "aws_iam_role" "s3_replication" {
name = "${var.name}_repl_role"
name = "${var.name}-role"

assume_role_policy = <<POLICY
{
Expand All @@ -19,7 +19,7 @@ POLICY
}

resource "aws_iam_policy" "s3_replication" {
name = "${var.name}_repl_policy"
name = "${var.name}-policy"

policy = <<POLICY
{
Expand Down

0 comments on commit 03dfd52

Please sign in to comment.