diff --git a/google-workspace-variables.tf b/google-workspace-variables.tf index 8ceca1f..cf63f37 100644 --- a/google-workspace-variables.tf +++ b/google-workspace-variables.tf @@ -80,6 +80,6 @@ locals { variable "google_workspace_connector_settings" { type = map(any) - description = "Map of configuration settings specifically for Google Workspace connectors (e.g. example users). Note that provider-controlling parameters (like GCP project IDs or impersonation SAs) remain top-level variables." + description = "Map of configuration settings specifically for Google Workspace connectors. Supported keys: example_user, example_admin, provision_keys, key_rotation_days, provision_service_accounts, enable_apis. Provider-controlling parameters (like GCP project IDs or impersonation SAs) remain top-level variables." default = {} } diff --git a/google-workspace.tf b/google-workspace.tf index 6aba789..e35fb2f 100644 --- a/google-workspace.tf +++ b/google-workspace.tf @@ -7,7 +7,7 @@ provider "google" { module "worklytics_connectors_google_workspace" { - source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-connectors-google-workspace?ref=v0.6.6" + source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-connectors-google-workspace?ref=v0.6.7" google_workspace_connector_settings = var.google_workspace_connector_settings diff --git a/main.tf b/main.tf index 1333c92..b8f614a 100644 --- a/main.tf +++ b/main.tf @@ -29,7 +29,7 @@ locals { # be provisioned via Terraform, so doesn't add any dependencies # call this 'generic_source_connectors'? module "worklytics_connectors" { - source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-connectors?ref=v0.6.6" + source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-connectors?ref=v0.6.7" base_dir = var.psoxy_base_dir enabled_connectors = var.enabled_connectors @@ -102,7 +102,7 @@ locals { module "psoxy" { - source = "git::https://github.com/worklytics/psoxy//infra/modules/gcp-host?ref=v0.6.6" + source = "git::https://github.com/worklytics/psoxy//infra/modules/gcp-host?ref=v0.6.7" gcp_project_id = var.gcp_project_id environment_name = var.environment_name @@ -165,7 +165,7 @@ locals { module "connection_in_worklytics" { for_each = local.all_instances - source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-proxy-connection-generic?ref=v0.6.6" + source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-proxy-connection-generic?ref=v0.6.7" host_platform_id = local.host_platform_id proxy_instance_id = each.key diff --git a/msft-365.tf b/msft-365.tf index 74dd432..880bf37 100644 --- a/msft-365.tf +++ b/msft-365.tf @@ -1,7 +1,7 @@ # BEGIN MSFT module "worklytics_connectors_msft_365" { - source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-connectors-msft-365?ref=v0.6.6" + source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-connectors-msft-365?ref=v0.6.7" msft_365_connector_settings = var.msft_365_connector_settings @@ -35,7 +35,7 @@ locals { module "msft-connection-auth-federation" { for_each = module.worklytics_connectors_msft_365.enabled_api_connectors - source = "git::https://github.com/worklytics/psoxy//infra/modules/azuread-federated-credentials?ref=v0.6.6" + source = "git::https://github.com/worklytics/psoxy//infra/modules/azuread-federated-credentials?ref=v0.6.7" application_id = each.value.connector.id display_name = "GcpFederation"