Skip to content

Commit

Permalink
Sonar upgrade - restructured
Browse files Browse the repository at this point in the history
  • Loading branch information
linda.nasredin committed Sep 28, 2023
1 parent 2f0304a commit 0b222e2
Show file tree
Hide file tree
Showing 22 changed files with 2 additions and 2 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "sonar_upgrader" {
source = "./modules/sonar_upgrader_python"
source = "../../modules/aws/sonar_upgrader"
agentless_gws = [
{
"main" = {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
upgrade_cmd = templatefile("${path.module}/provision_script.tpl", {
path = path.root
path = path.module
target_version = var.target_version
agentless_gws = jsonencode(var.agentless_gws)
dsf_hubs = jsonencode(var.dsf_hubs)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0b222e2

Please sign in to comment.