@@ -83,24 +83,24 @@ applied, the JWT will contain an updated `iss` claim.
83
83
84
84
# # Inputs
85
85
86
- | Name | Description | Type | Default | Required |
87
- | ----------------------------- | --------------------------------------------------------------------------- | -------------- | ---------- | :------ : |
88
- | additional_audiences | List of additional OIDC audiences allowed to assume the role. | `list(string)` | `null` | no |
89
- | additional_thumbprints | List of additional thumbprints for the OIDC provider. | `list(string)` | `[]` | no |
90
- | attach_admin_policy | Flag to enable/disable the attachment of the AdministratorAccess policy. | `bool` | `false` | no |
91
- | attach_read_only_policy | Flag to enable/disable the attachment of the ReadOnly policy . | `bool` | `false` | no |
92
- | create_oidc_provider | Flag to enable/disable the creation of the GitHub OIDC provider . | `bool` | `true` | no |
93
- | enabled | Flag to enable/disable the creation of resources. | `bool` | `true` | no |
94
- | enterprise_slug | Enterprise slug for GitHub Enterprise Cloud customers. | `string` | `""` | no |
95
- | force_detach_policies | Flag to force detachment of policies attached to the IAM role. | `bool` | `false` | no |
96
- | github_repositories | List of GitHub organization/repository names authorized to assume the role. | `list(string)` | n/a | yes |
97
- | iam_role_inline_policies | Inline policies map with policy name as key and json as value. | `map(string)` | `{}` | no |
98
- | iam_role_name | Name of the IAM role to be created. This will be assumable by GitHub. | `string` | `"github"` | no |
99
- | iam_role_path | Path under which to create IAM role. | `string` | `"/"` | no |
100
- | iam_role_permissions_boundary | ARN of the permissions boundary to be used by the IAM role. | `string` | `""` | no |
101
- | iam_role_policy_arns | List of IAM policy ARNs to attach to the IAM role. | `list(string)` | `[]` | no |
102
- | max_session_duration | Maximum session duration in seconds. | `number` | `3600` | no |
103
- | tags | Map of tags to be applied to all resources. | `map(string)` | `{}` | no |
86
+ | Name | Description | Type | Default | Required |
87
+ | ------------------------------- | --------------------------------------------------------------------------- | -------------- | ---------- | :------ : |
88
+ | additional_audiences | List of additional OIDC audiences allowed to assume the role. | `list(string)` | `null` | no |
89
+ | additional_thumbprints | List of additional thumbprints for the OIDC provider. | `list(string)` | `[]` | no |
90
+ | attach_read_only_policy | Flag to enable/disable the attachment of the ReadOnly policy. | `bool` | `false` | no |
91
+ | create_oidc_provider | Flag to enable/disable the creation of the GitHub OIDC provider . | `bool` | `true` | no |
92
+ | dangerously_attach_admin_policy | Flag to enable/disable the attachment of the AdministratorAccess policy . | `bool` | `false` | no |
93
+ | enabled | Flag to enable/disable the creation of resources. | `bool` | `true` | no |
94
+ | enterprise_slug | Enterprise slug for GitHub Enterprise Cloud customers. | `string` | `""` | no |
95
+ | force_detach_policies | Flag to force detachment of policies attached to the IAM role. | `bool` | `false` | no |
96
+ | github_repositories | List of GitHub organization/repository names authorized to assume the role. | `list(string)` | n/a | yes |
97
+ | iam_role_inline_policies | Inline policies map with policy name as key and json as value. | `map(string)` | `{}` | no |
98
+ | iam_role_name | Name of the IAM role to be created. This will be assumable by GitHub. | `string` | `"github"` | no |
99
+ | iam_role_path | Path under which to create IAM role. | `string` | `"/"` | no |
100
+ | iam_role_permissions_boundary | ARN of the permissions boundary to be used by the IAM role. | `string` | `""` | no |
101
+ | iam_role_policy_arns | List of IAM policy ARNs to attach to the IAM role. | `list(string)` | `[]` | no |
102
+ | max_session_duration | Maximum session duration in seconds. | `number` | `3600` | no |
103
+ | tags | Map of tags to be applied to all resources. | `map(string)` | `{}` | no |
104
104
105
105
# # Outputs
106
106
0 commit comments