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
|[aws_eks_cluster.eks](https://registry.terraform.io/providers/hashicorp/aws/5.36.0/docs/data-sources/eks_cluster)| data source |
54
55
|[aws_iam_policy_document.s3_bucket_policy](https://registry.terraform.io/providers/hashicorp/aws/5.36.0/docs/data-sources/iam_policy_document)| data source |
55
56
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/5.36.0/docs/data-sources/region)| data source |
@@ -67,6 +68,7 @@ In the above diagram, you can see the components and their relations (PostgreSQL
67
68
| <aname="input_namespace_labels"></a> [namespace\_labels](#input\_namespace\_labels)| Labels for GitLab namespace |`map(string)`|`{}`| no |
68
69
| <aname="input_omniauth_providers"></a> [omniauth\_providers](#input\_omniauth\_providers)| OmniAuth providers |`map(string)`|`{}`| no |
| <aname="input_registry_database_password"></a> [registry\_database\_password](#input\_registry\_database\_password)| Password to access Registry PostgreSQL database |`string`|`null`| no |
70
72
| <aname="input_release_max_history"></a> [release\_max\_history](#input\_release\_max\_history)| Maximum saved revisions per release |`number`|`10`| no |
71
73
| <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 |
72
74
| <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 |
0 commit comments