Skip to content

Commit

Permalink
Update Terraform cn-terraform/sonarqube/aws to v2.0.39 (#38)
Browse files Browse the repository at this point in the history
* Update Terraform cn-terraform/sonarqube/aws to v2.0.39

* Update main.tf

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Julian Nonino <[email protected]>
  • Loading branch information
3 people authored Jun 16, 2022
1 parent 3893100 commit 50df6f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ module "jenkins" {
#------------------------------------------------------------------------------
module "sonar" {
source = "cn-terraform/sonarqube/aws"
version = "2.0.37"
version = "2.0.39"
# source = "../terraform-aws-sonarqube"

name_prefix = var.name_prefix
region = var.region
vpc_id = module.networking.vpc_id
availability_zones = module.networking.availability_zones
public_subnets_ids = module.networking.public_subnets_ids
private_subnets_ids = module.networking.private_subnets_ids
enable_ssl = false
Expand Down

0 comments on commit 50df6f7

Please sign in to comment.