Skip to content

Commit

Permalink
added IAM part for updating role policy fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
nk57xx committed Nov 15, 2024
1 parent 5c019f8 commit d3a5fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ data "aws_iam_role" "github_actions" {
name = "GitHubActions-tech-blog"
}

# Update existing Policy for GitHubActions-tech-blog Role
# Update existing Policy for GitHubActions-tech-blog Role and Policy
resource "aws_iam_role_policy" "github_actions" {
name = "GitHubActions-tech-blog"
role = data.aws_iam_role.github_actions.name
Expand Down

0 comments on commit d3a5fc8

Please sign in to comment.