Skip to content

Commit d1f8074

Browse files
cleaning readme
1 parent 421915e commit d1f8074

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +0,0 @@
1-
# Terraform AWS IAM Role for GitHub Actions
2-
3-
This repository provides a Terraform module to create an IAM role with the necessary permissions and trust policies for GitHub Actions to manage AWS Organizations resources.
4-
5-
## Usage
6-
7-
### Module
8-
9-
```hcl
10-
module "github_actions_iam_role" {
11-
source = "github.com/infraspecdev/terraform-aws-github-actions-iam-role?ref=main"
12-
13-
aws_account_id = "YOUR_AWS_ACCOUNT_ID"
14-
github_username = "YOUR_GITHUB_USERNAME"
15-
repository_names = "YOUR_REPO_NAMES"
16-
role_name = "GitHubActionsRole"
17-
}
18-
```
19-
20-
## Variables
21-
22-
- **aws_account_id**: The AWS Account ID where the IAM role will be created.
23-
- **github_username**: The GitHub username or organization name.
24-
- **repository_names**: The list of GitHub repository names.
25-
- **role_name**: (Optional) The name of the IAM role. Default is `GitHubActionsRole`.
26-
27-
## Outputs
28-
29-
- **role_arn**: The ARN of the IAM role.

0 commit comments

Comments
 (0)