@@ -65,21 +65,22 @@ jobs:
6565
6666# ### Optional
6767
68- | Name | Default | Description |
69- |---------------------------------|------------|---------------------------------------------------------|
70- | `attach_admin_policy` | `false` | Flag to attach/detach the AdministratorAccess policy. |
71- | `attach_read_only_policy` | `true` | Flag to attach/detach the ReadOnly policy. |
72- | `enabled` | `true` | Flag to enable/disable creation of resources. |
73- | `force_detach_policies` | `false` | Flag to force detach policies attached to the IAM role. |
74- | `iam_policy_name` | `"github"` | Name of the IAM policy to be assumed by GitHub. |
75- | `iam_policy_path` | `"/"` | Path to the IAM policy. |
76- | `iam_role_name` | `"github"` | Name of the IAM role. |
77- | `iam_role_path` | `"/"` | Path to the IAM role. |
78- | `iam_role_permissions_boundary` | `""` | Permissions boundary to be used by the IAM role. |
79- | `iam_role_policy_arns` | `[]` | List of IAM policy ARNs to be attached to the IAM role. |
80- | `managed_policy_arns` | `[]` | List of managed policy ARNs to apply to the IAM role. |
81- | `max_session_duration` | `3600` | Maximum session duration in seconds. |
82- | `tags` | `{}` | Map of tags to be applied to all resources. |
68+ | Name | Default | Description |
69+ |---------------------------------|---------------|---------------------------------------------------------|
70+ | `attach_admin_policy` | `false` | Flag to attach/detach the AdministratorAccess policy. |
71+ | `attach_read_only_policy` | `true` | Flag to attach/detach the ReadOnly policy. |
72+ | `enabled` | `true` | Flag to enable/disable creation of resources. |
73+ | `force_detach_policies` | `false` | Flag to force detach policies attached to the IAM role. |
74+ | `github_thumbprint` | `"6938fd4d…"` | GitHub OpenID TLS certificate thumbprint. |
75+ | `iam_policy_name` | `"github"` | Name of the IAM policy to be assumed by GitHub. |
76+ | `iam_policy_path` | `"/"` | Path to the IAM policy. |
77+ | `iam_role_name` | `"github"` | Name of the IAM role. |
78+ | `iam_role_path` | `"/"` | Path to the IAM role. |
79+ | `iam_role_permissions_boundary` | `""` | Permissions boundary to be used by the IAM role. |
80+ | `iam_role_policy_arns` | `[]` | List of IAM policy ARNs to be attached to the IAM role. |
81+ | `managed_policy_arns` | `[]` | List of managed policy ARNs to apply to the IAM role. |
82+ | `max_session_duration` | `3600` | Maximum session duration in seconds. |
83+ | `tags` | `{}` | Map of tags to be applied to all resources. |
8384
8485# ## Outputs
8586
0 commit comments