Skip to content

Commit

Permalink
fixed path for oidc role
Browse files Browse the repository at this point in the history
  • Loading branch information
agjmills committed Aug 23, 2024
1 parent db48f6b commit d89e304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/terraform_state/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ data "aws_iam_policy_document" "github_oidc_assume_role" {

resource "aws_iam_role" "github_oidc_role" {
name = "github-deployment"
path = "github-oidc"
path = "/github-oidc/"
assume_role_policy = data.aws_iam_policy_document.github_oidc_assume_role.json
}

Expand Down

0 comments on commit d89e304

Please sign in to comment.