From e45ad1fca63a0d8d2274cedf23bb6678660749f0 Mon Sep 17 00:00:00 2001 From: Erik Schultink Date: Wed, 4 Dec 2024 14:40:23 -0800 Subject: [PATCH] Update example to v0.4.62 (#42) --- google-workspace.tf | 2 +- main.tf | 8 ++++---- msft-365.tf | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/google-workspace.tf b/google-workspace.tf index 6c48c51..e209839 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.4.61" + source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-connectors-google-workspace?ref=v0.4.62" providers = { google = google.google_workspace diff --git a/main.tf b/main.tf index 62cd5d0..a5af2e0 100644 --- a/main.tf +++ b/main.tf @@ -1,5 +1,5 @@ terraform { - required_version = ">= 1.3, < 1.10" + required_version = ">= 1.3, < 1.11" required_providers { google = { @@ -28,7 +28,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.4.61" + source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-connectors?ref=v0.4.62" enabled_connectors = var.enabled_connectors @@ -79,7 +79,7 @@ locals { } module "psoxy" { - source = "git::https://github.com/worklytics/psoxy//infra/modules/gcp-host?ref=v0.4.61" + source = "git::https://github.com/worklytics/psoxy//infra/modules/gcp-host?ref=v0.4.62" gcp_project_id = var.gcp_project_id environment_name = var.environment_name @@ -118,7 +118,7 @@ locals { module "connection_in_worklytics" { for_each = local.all_instances - source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-psoxy-connection-generic?ref=v0.4.61" + source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-psoxy-connection-generic?ref=v0.4.62" psoxy_host_platform_id = local.host_platform_id psoxy_instance_id = each.key diff --git a/msft-365.tf b/msft-365.tf index 20519c5..fb156bd 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.4.61" + source = "git::https://github.com/worklytics/psoxy//infra/modules/worklytics-connectors-msft-365?ref=v0.4.62" enabled_connectors = var.enabled_connectors environment_id = var.environment_name @@ -32,7 +32,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.4.61" + source = "git::https://github.com/worklytics/psoxy//infra/modules/azuread-federated-credentials?ref=v0.4.62" application_object_id = each.value.connector.id display_name = "GcpFederation"