Skip to content

Commit

Permalink
fix: use correct application name
Browse files Browse the repository at this point in the history
  • Loading branch information
nvernooy committed Aug 4, 2023
1 parent eaf0266 commit 849d9d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource "aws_iam_policy" "{{cookiecutter.project_slug}}_user_policy" {
resource "aws_iam_policy" "application_user_policy" {
name = "task-${var.application}-${var.environment}"
policy = <<EOF
{
Expand Down

0 comments on commit 849d9d6

Please # to comment.