You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -73,6 +74,8 @@ In the above diagram, you can see the components and their relations (PostgreSQL
73
74
| <aname="input_release_max_history"></a> [release\_max\_history](#input\_release\_max\_history)| Maximum saved revisions per release |`number`|`10`| no |
74
75
| <aname="input_release_name"></a> [release\_name](#input\_release\_name)| This is the name of the release which also used as a prefix or suffix for the resources |`string`|`"gitlab"`| no |
75
76
| <aname="input_release_namespace"></a> [release\_namespace](#input\_release\_namespace)| Namespace name where you want to deploy the release. If empty, `release_name` will be used. |`string`|`""`| no |
77
+
| <aname="input_role_policy"></a> [role\_policy](#input\_role\_policy)| Policy for GitLab role |`string`|`null`| no |
78
+
| <aname="input_role_suffix"></a> [role\_suffix](#input\_role\_suffix)| Optional suffix for GitLab role |`string`|`"access-aws"`| no |
76
79
| <aname="input_smtp_password"></a> [smtp\_password](#input\_smtp\_password)| SMTP Password |`string`|`""`| no |
77
80
| <aname="input_smtp_user"></a> [smtp\_user](#input\_smtp\_user)| SMTP Username |`string`|`""`| no |
78
81
| <aname="input_tags"></a> [tags](#input\_tags)| A map of tags to add to all resources |`map(string)`|`{}`| no |
@@ -82,7 +85,7 @@ In the above diagram, you can see the components and their relations (PostgreSQL
82
85
83
86
| Name | Description |
84
87
|------|-------------|
85
-
| <aname="output_arn"></a> [arn](#output\_arn)| ARN of IAM role |
86
88
| <aname="output_buckets"></a> [buckets](#output\_buckets)| List of buckets created |
87
-
| <aname="output_name"></a> [name](#output\_name)| Name of IAM role |
89
+
| <aname="output_role_arn"></a> [role\_arn](#output\_role\_arn)| ARN of IAM role |
90
+
| <aname="output_role_name"></a> [role\_name](#output\_role\_name)| Name of IAM role |
0 commit comments