We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e42e1 commit ecaed18Copy full SHA for ecaed18
modules/iam-github-oidc-role/main.tf
@@ -32,7 +32,7 @@ data "aws_iam_policy_document" "this" {
32
condition {
33
test = "ForAllValues:StringEquals"
34
variable = "token.actions.githubusercontent.com:iss"
35
- values = ["http://token.actions.githubusercontent.com"]
+ values = ["https://token.actions.githubusercontent.com"]
36
}
37
38
0 commit comments