|
@@ -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
|
|
|
}
|