Przeglądaj źródła

[MSOCI-1334] Picked up changes from code review

Duane Waddle 5 lat temu
rodzic
commit
fc7d842bb1

+ 1 - 4
000-skeleton/021-qualys-connector-role/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/qualys_connector_role?ref=v0.5.6"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/qualys_connector_role?ref=v0.5.8"
 }
 
 # Include all settings from the root terragrunt.hcl file
@@ -30,7 +30,4 @@ inputs = {
     Purpose = "Qualys Connector Role"
     Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
   }
-
-  service_account_home = local.partition_vars.locals.common_services_account
-  externalid = local.account_vars.locals.qualys_connector_externalid
 }

+ 1 - 4
common/aws-us-gov/afs-mdr-common-services-gov/021-qualys-connector-role/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/qualys_connector_role?ref=v0.5.6"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/qualys_connector_role?ref=v0.5.8"
 }
 
 # Include all settings from the root terragrunt.hcl file
@@ -30,7 +30,4 @@ inputs = {
     Purpose = "Qualys Connector Role"
     Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
   }
-
-  service_account_home = local.partition_vars.locals.common_services_account
-  externalid = local.account_vars.locals.qualys_connector_externalid
 }

+ 1 - 4
test/aws-us-gov/mdr-test-c2/021-qualys-connector-role/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/qualys_connector_role?ref=v0.5.6"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/qualys_connector_role?ref=v0.5.8"
 }
 
 # Include all settings from the root terragrunt.hcl file
@@ -30,7 +30,4 @@ inputs = {
     Purpose = "Qualys Connector Role"
     Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
   }
-
-  service_account_home = local.partition_vars.locals.common_services_account
-  externalid = local.account_vars.locals.qualys_connector_externalid
 }

+ 1 - 4
test/aws/legacy-mdr-test/021-qualys-connector-role/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/qualys_connector_role?ref=v0.5.6"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/qualys_connector_role?ref=v0.5.8"
 }
 
 # Include all settings from the root terragrunt.hcl file
@@ -30,7 +30,4 @@ inputs = {
     Purpose = "Qualys Connector Role"
     Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
   }
-
-  service_account_home = local.partition_vars.locals.common_services_account
-  externalid = local.account_vars.locals.qualys_connector_externalid
 }

+ 1 - 4
test/aws/mdr-test-c2/021-qualys-connector-role/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/qualys_connector_role?ref=v0.5.6"
+  source = "git@github.mdr.defpoint.com:mdr-engineering/xdr-terraform-modules.git//base/qualys_connector_role?ref=v0.5.8"
 }
 
 # Include all settings from the root terragrunt.hcl file
@@ -30,7 +30,4 @@ inputs = {
     Purpose = "Qualys Connector Role"
     Terraform = "aws/${basename(get_parent_terragrunt_dir())}/${path_relative_to_include()}/"
   }
-
-  service_account_home = local.partition_vars.locals.common_services_account
-  externalid = local.account_vars.locals.qualys_connector_externalid
 }