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 |
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 |
56
-
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/5.36.0/docs/data-sources/region)| data source |
55
+
|[aws_eks_cluster.eks](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_cluster)| data source |
56
+
|[aws_iam_policy_document.s3_bucket_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
57
+
|[aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region)| data source |
57
58
58
59
## Inputs
59
60
@@ -73,12 +74,18 @@ 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 |
79
82
| <aname="input_values"></a> [values](#input\_values)| Custom values.yaml file for the Helm chart |`any`|`[]`| no |
80
83
81
84
## Outputs
82
85
83
-
No outputs.
84
-
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
86
+
| Name | Description |
87
+
|------|-------------|
88
+
| <aname="output_buckets"></a> [buckets](#output\_buckets)| List of buckets created |
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