Skip to content

Commit

Permalink
Update role policy name
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-griffin committed Jan 21, 2025
1 parent 740442a commit af54f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebase-pipelines/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ data "aws_iam_policy_document" "environment_deploy_role_access" {
}

resource "aws_iam_role_policy" "deploy_ssm_access" {
name = "ssm-access"
name = "deploy-ssm-access"
role = aws_iam_role.codebase_deploy.name
policy = data.aws_iam_policy_document.deploy_ssm_access.json
}
Expand Down

0 comments on commit af54f02

Please sign in to comment.