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
- Refer [AWS examples](https://github.com/sq-ia/terraform-kubernetes-sonarqube/tree/main/examples/complete/aws) for more details.
36
-
- Refer [Azure examples](https://github.com/sq-ia/terraform-kubernetes-sonarqube/tree/main/examples/complete/azure) for more details.
37
-
- Refer [GCP examples](https://github.com/sq-ia/terraform-kubernetes-sonarqube/tree/main/examples/complete/gcp) for more details.
35
+
- Refer [AWS examples](https://github.com/squareops/terraform-kubernetes-sonarqube/tree/main/examples/complete/aws) for more details.
36
+
- Refer [Azure examples](https://github.com/squareops/terraform-kubernetes-sonarqube/tree/main/examples/complete/azure) for more details.
37
+
- Refer [GCP examples](https://github.com/squareops/terraform-kubernetes-sonarqube/tree/main/examples/complete/gcp) for more details.
38
38
39
39
## IAM Permissions
40
-
The required IAM permissions to create resources from this module can be found [here](https://github.com/sq-ia/terraform-kubernetes-sonarqube/blob/main/IAM.md)
40
+
The required IAM permissions to create resources from this module can be found [here](https://github.com/squareops/terraform-kubernetes-sonarqube/blob/main/IAM.md)
41
41
42
42
## Important Notes
43
43
1. In order to enable the exporter, it is required to deploy Prometheus/Grafana first.
@@ -79,15 +79,15 @@ No modules.
79
79
80
80
| Name | Description | Type | Default | Required |
| <aname="input_chart_version"></a> [chart\_version](#input\_chart\_version)| Version of the Jenkins chart that will be used to deploy Jenkins application. |`string`|`"1.0.30"`| no |
82
+
| <aname="input_chart_version"></a> [chart\_version](#input\_chart\_version)| Version of the Jenkins chart that will be used to deploy Jenkins application. |`string`|`"10.6.1"`| no |
83
83
| <aname="input_namespace"></a> [namespace](#input\_namespace)| Name of the Kubernetes namespace where the Jenkins deployment will be deployed. |`string`|`"sonarqube"`| no |
84
84
| <aname="input_sonarqube_config"></a> [sonarqube\_config](#input\_sonarqube\_config)| Specify the configuration settings for Sonarqube, including the hostname, storage options, and custom YAML values. |`any`| <pre>{<br> "grafana_monitoring_enabled": false,<br> "hostname": "",<br> "postgresql_external_server_url": "",<br> "postgresql_password_external": "",<br> "postgresql_volume_size": "",<br> "sonarqube_volume_size": "",<br> "storage_class_name": "",<br> "values_yaml": ""<br>}</pre> | no |
| <aname="output_sonarqube_postgresql_password"></a> [sonarqube\_postgresql\_password](#output\_sonarqube\_postgresql\_password)| Password for the PostgreSQL database deployed with SonarQube |
92
92
| <aname="output_sonarqube_postgresql_username"></a> [sonarqube\_postgresql\_username](#output\_sonarqube\_postgresql\_username)| Username for the PostgreSQL database deployed with SonarQube |
93
93
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
@@ -96,7 +96,7 @@ No modules.
96
96
97
97
To report an issue with a project:
98
98
99
-
1. Check the repository's [issue tracker](https://github.com/sq-ia/terraform-kubernetes-sonarqube/issues) on GitHub
99
+
1. Check the repository's [issue tracker](https://github.com/squareops/terraform-kubernetes-sonarqube/issues) on GitHub
100
100
2. Search to see if the issue has already been reported
101
101
3. If you can't find an answer to your question in the documentation or issue tracker, you can ask a question by creating a new issue. Be sure to provide enough context and details so others can understand your problem.
102
102
@@ -108,7 +108,7 @@ Apache License, Version 2.0, January 2004 (http://www.apache.org/licenses/).
108
108
109
109
To support a GitHub project by liking it, you can follow these steps:
110
110
111
-
1. Visit the repository: Navigate to the [GitHub repository](https://github.com/sq-ia/terraform-kubernetes-sonarqube).
111
+
1. Visit the repository: Navigate to the [GitHub repository](https://github.com/squareops/terraform-kubernetes-sonarqube).
112
112
113
113
2. Click the "Star" button: On the repository page, you'll see a "Star" button in the upper right corner. Clicking on it will star the repository, indicating your support for the project.
| <aname="output_postgresql_password"></a> [postgresql\_password](#output\_postgresql\_password)| Password for the PostgreSQL database deployed with SonarQube |
35
35
| <aname="output_postgresql_username"></a> [postgresql\_username](#output\_postgresql\_username)| Username for the PostgreSQL database deployed with SonarQube |
|[aws_eks_cluster.cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_cluster)| data source |
60
+
|[aws_eks_cluster_auth.cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_cluster_auth)| data source |
61
+
62
+
## Inputs
63
+
64
+
No inputs.
65
+
66
+
## Outputs
67
+
68
+
| Name | Description |
69
+
|------|-------------|
70
+
| <aname="output_postgresql_password"></a> [postgresql\_password](#output\_postgresql\_password)| Password for the PostgreSQL database deployed with SonarQube |
71
+
| <aname="output_postgresql_username"></a> [postgresql\_username](#output\_postgresql\_username)| Username for the PostgreSQL database deployed with SonarQube |
| <aname="output_postgresql_password"></a> [postgresql\_password](#output\_postgresql\_password)| Password for the PostgreSQL database deployed with SonarQube |
35
35
| <aname="output_postgresql_username"></a> [postgresql\_username](#output\_postgresql\_username)| Username for the PostgreSQL database deployed with SonarQube |
|[azurerm_kubernetes_cluster.primary](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/kubernetes_cluster)| data source |
60
+
61
+
## Inputs
62
+
63
+
No inputs.
64
+
65
+
## Outputs
66
+
67
+
| Name | Description |
68
+
|------|-------------|
69
+
| <aname="output_postgresql_password"></a> [postgresql\_password](#output\_postgresql\_password)| Password for the PostgreSQL database deployed with SonarQube |
70
+
| <aname="output_postgresql_username"></a> [postgresql\_username](#output\_postgresql\_username)| Username for the PostgreSQL database deployed with SonarQube |
| <aname="output_postgresql_password"></a> [postgresql\_password](#output\_postgresql\_password)| Password for the PostgreSQL database deployed with SonarQube |
35
35
| <aname="output_postgresql_username"></a> [postgresql\_username](#output\_postgresql\_username)| Username for the PostgreSQL database deployed with SonarQube |
|[google_client_config.default](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/client_config)| data source |
60
+
|[google_container_cluster.primary](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/container_cluster)| data source |
61
+
62
+
## Inputs
63
+
64
+
No inputs.
65
+
66
+
## Outputs
67
+
68
+
| Name | Description |
69
+
|------|-------------|
70
+
| <aname="output_postgresql_password"></a> [postgresql\_password](#output\_postgresql\_password)| Password for the PostgreSQL database deployed with SonarQube |
71
+
| <aname="output_postgresql_username"></a> [postgresql\_username](#output\_postgresql\_username)| Username for the PostgreSQL database deployed with SonarQube |
0 commit comments