Skip to content

Commit f8ca6dd

Browse files
fix: format terraform code
1 parent 1d9cbc4 commit f8ca6dd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module "github_actions_iam_role" {
2-
source = "github.com/infraspecdev/terraform-aws-github-actions-iam-role?ref=main"
2+
source = "../../"
33
aws_account_id = var.aws_account_id
44
github_username = var.github_username
55
repository_names = var.repository_names

main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ resource "aws_iam_role_policy_attachment" "admin" {
5050
role = aws_iam_role.github_action.name
5151
policy_arn = "arn:aws:iam::aws:policy/AdministratorAccess"
5252
}
53-

0 commit comments

Comments
 (0)