All Projects → jdamata → terraform-provider-sonarqube

jdamata / terraform-provider-sonarqube

Licence: GPL-3.0 license
Terraform provider for managing Sonarqube configuration

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to terraform-provider-sonarqube

terraform-provider-checkly
Terraform provider for the Checkly monitoring service
Stars: ✭ 37 (+42.31%)
Mutual labels:  iac, terraform-provider
terraform-provider-cisco-aci
Terraform provider for automating Cisco ACI enabled networks
Stars: ✭ 14 (-46.15%)
Mutual labels:  iac, terraform-provider
headless-wordpress
Headless Wordpress - AWS - Easy Setup
Stars: ✭ 42 (+61.54%)
Mutual labels:  iac
softvis3d
No description or website provided.
Stars: ✭ 55 (+111.54%)
Mutual labels:  sonarqube
terraform-provider-jumpcloud
A Terraform provider for JumpCloud
Stars: ✭ 17 (-34.62%)
Mutual labels:  terraform-provider
terraform-provider-astra
A project that allows DataStax Astra users to manage their full database lifecycle for Astra Serverless databases (built on Apache Cassandra(TM)) using Terraform
Stars: ✭ 16 (-38.46%)
Mutual labels:  terraform-provider
terraform-modules
Terraform Modules by Peak
Stars: ✭ 16 (-38.46%)
Mutual labels:  iac
terraform-aws-lambda-function
A Terraform module for deploying and managing Lambda functions on Amazon Web Services (AWS). https://aws.amazon.com/lambda/
Stars: ✭ 37 (+42.31%)
Mutual labels:  iac
terraform-provider-proxmox
terraform provider for proxmox
Stars: ✭ 28 (+7.69%)
Mutual labels:  terraform-provider
viya4-iac-azure
This project contains Terraform configuration files to provision infrastructure components required to deploy SAS Viya 4+ VA/VS/VDMML products on Microsoft Azure Cloud.
Stars: ✭ 60 (+130.77%)
Mutual labels:  iac
terraform-provider-ansiblevault
Read ansible vault from Terraform
Stars: ✭ 70 (+169.23%)
Mutual labels:  terraform-provider
terraform-provider-dnsimple
Terraform DNSimple provider
Stars: ✭ 15 (-42.31%)
Mutual labels:  terraform-provider
terraform-aws-sonarqube
SonarQube Terraform Module for AWS
Stars: ✭ 28 (+7.69%)
Mutual labels:  sonarqube
terraform-provider-ncloud
Terraform NaverCloud provider
Stars: ✭ 25 (-3.85%)
Mutual labels:  terraform-provider
sonar-ldap
🏬 LDAP Plugin for SonarQube
Stars: ✭ 31 (+19.23%)
Mutual labels:  sonarqube
prancer-compliance-test
This repository includes cloud security policies for IaC and live resources.
Stars: ✭ 32 (+23.08%)
Mutual labels:  iac
sonarlint4netbeans
SonarLint integration for Apache Netbeans
Stars: ✭ 23 (-11.54%)
Mutual labels:  sonarqube
tfu
tfu is a terraform helper to update the providers.
Stars: ✭ 13 (-50%)
Mutual labels:  iac
terraform-provider-vmc
Terraform provider for VMware Cloud on AWS
Stars: ✭ 16 (-38.46%)
Mutual labels:  terraform-provider
advanced-spring-scaffold
This project provides an advanced baseline to help you kick start a Spring project.
Stars: ✭ 21 (-19.23%)
Mutual labels:  sonarqube

terraform-provider-sonarqube

release Maintainability Rating Go Report Card codecov GPLv3 License

Terraform provider for managing Sonarqube configuration

This is a community provider and is not supported by Hashicorp.

Installation

This provider has been published to the Terraform Registry at https://registry.terraform.io/providers/jdamata/sonarqube. Please visit the registry for documentation and installation instructions.

Developing the Provider

Working on this provider requires the following:

You will also need to correctly setup a GOPATH, as well as adding ${GOPATH}/bin to your $PATH.

To compile the provider, run make. This will install the provider into your GOPATH.

In order to run the full suite of Acceptance tests, run make -i testacc. These tests require Docker to be installed on the machine that runs them, and do not create any remote resources.

$ make -i testacc
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].