Skip to content

Terraform project which deploys whole infrastructure for SonnarQube using Terraform to AWS cloud.

License

Notifications You must be signed in to change notification settings

stefiix92/sonarqube-aws-terraform

Repository files navigation

sonarqube-aws-terraform

Terraform project which deploys whole infrastructure for SonnarQube using Terraform to AWS cloud.

Backends

Terraform state is saved in terraform cloud. You should use your own project (it's free).

Required variables

terraform.tfvars are not commited to the VCS. Here is a simple example of terraform.tfvars in root directory.


# --- root/terraform.tfvars ---

access_ip       = "0.0.0.0/0"
public_key_path = "/Users/michalstefanec/.ssh/sonarqube.pub"

### DATABASE VARIABLES ###
db_name     = "sonarqube"
db_user     = "master"
db_password = "PASSWORD"

### SONARQUBE VARIABLES ###
server_user_password = "PASSWORD"

About

Terraform project which deploys whole infrastructure for SonnarQube using Terraform to AWS cloud.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published