Coder Social home page Coder Social logo

blawlor / terraform-aws-sonarqube Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cn-terraform/terraform-aws-sonarqube

0.0 0.0 0.0 42 KB

SonarQube Terraform Module for AWS

Home Page: https://registry.terraform.io/modules/cn-terraform/sonarqube

License: Apache License 2.0

HCL 100.00%

terraform-aws-sonarqube's Introduction

SonarQube Terraform Module for AWS

This Terraform module deploys a SonarQube community server on AWS. Based on official Sonarqube Docker image https://hub.docker.com/_/sonarqube.

CircleCI

Usage

Check valid versions on:

The networking module should look like this:

    module "networking" {
	    source          = "cn-terraform/networking/aws"
        version         = "2.0.3"
        name_preffix    = "base"
        profile         = "aws_profile"
        region          = "us-east-1"
        vpc_cidr_block  = "192.168.0.0/16"
        availability_zones                          = [ "us-east-1a", "us-east-1b", "us-east-1c", "us-east-1d" ]
        public_subnets_cidrs_per_availability_zone  = [ "192.168.0.0/19", "192.168.32.0/19", "192.168.64.0/19", "192.168.96.0/19" ]
        private_subnets_cidrs_per_availability_zone = [ "192.168.128.0/19", "192.168.160.0/19", "192.168.192.0/19", "192.168.224.0/19" ]
	}

Check versions for this module on:

Output values

  • jenkins_master_alb_id: Jenkins Master Application Load Balancer ID.
  • jenkins_master_alb_arn: Jenkins Master Application Load Balancer ARN.
  • jenkins_master_alb_arn_suffix: Jenkins Master Application Load Balancer ARN Suffix.
  • jenkins_master_alb_dns_name: Jenkins Master Application Load Balancer DNS Name.
  • jenkins_master_alb_zone_id: Jenkins Master Application Load Balancer Zone ID.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.