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 1d9cbc4 commit f8ca6ddCopy full SHA for f8ca6dd
examples/complete/main.tf
@@ -1,5 +1,5 @@
1
module "github_actions_iam_role" {
2
- source = "github.com/infraspecdev/terraform-aws-github-actions-iam-role?ref=main"
+ source = "../../"
3
aws_account_id = var.aws_account_id
4
github_username = var.github_username
5
repository_names = var.repository_names
main.tf
@@ -50,4 +50,3 @@ resource "aws_iam_role_policy_attachment" "admin" {
50
role = aws_iam_role.github_action.name
51
policy_arn = "arn:aws:iam::aws:policy/AdministratorAccess"
52
}
53
-
0 commit comments