Skip to content

Commit

Permalink
fix: Fixed trust condition in modules/iam-github-oidc-role to be https (
Browse files Browse the repository at this point in the history
  • Loading branch information
devopserio authored May 15, 2024
1 parent 39e42e1 commit ecaed18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/iam-github-oidc-role/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data "aws_iam_policy_document" "this" {
condition {
test = "ForAllValues:StringEquals"
variable = "token.actions.githubusercontent.com:iss"
values = ["http://token.actions.githubusercontent.com"]
values = ["https://token.actions.githubusercontent.com"]
}

condition {
Expand Down

0 comments on commit ecaed18

Please sign in to comment.