Skip to content

Commit

Permalink
added missing aws_caller_identity.current
Browse files Browse the repository at this point in the history
  • Loading branch information
agjmills committed Aug 23, 2024
1 parent ed21280 commit ead54e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/github_oidc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ terraform {
}
}

data "aws_caller_identity" "current" {}

resource "aws_iam_openid_connect_provider" "github" {
url = "https://token.actions.githubusercontent.com"

Expand Down

0 comments on commit ead54e7

Please sign in to comment.