diff --git a/parameters/providers/aws-parameter-store/specs/install/main.tf b/parameters/providers/aws-parameter-store/specs/install/main.tf index f52d8eb..75f2bfa 100644 --- a/parameters/providers/aws-parameter-store/specs/install/main.tf +++ b/parameters/providers/aws-parameter-store/specs/install/main.tf @@ -1,5 +1,5 @@ module "parameter_store_spec" { - source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/parameter_storage_definition?ref=v6.2.0" + source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/parameter_storage_definition?ref=v6.6.0" nrn = var.nrn np_api_key = var.np_api_key @@ -10,7 +10,7 @@ module "parameter_store_spec" { } module "parameter_store_configuration" { - source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/parameter_storage_configuration?ref=v6.2.0" + source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/parameter_storage_configuration?ref=v6.6.0" for_each = var.instances @@ -25,7 +25,7 @@ module "parameter_store_configuration" { module "parameter_store_api_keys" { - source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/api_key?ref=v6.1.0" + source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/api_key?ref=v6.6.0" for_each = { for key, instance in var.instances : key => instance if instance.enable_notification_channel } type = "agent" @@ -34,7 +34,7 @@ module "parameter_store_api_keys" { } module "parameter_store_channels" { - source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/parameter_storage_definition_agent_association?ref=v6.2.0" + source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/parameter_storage_definition_agent_association?ref=v6.6.0" for_each = { for key, instance in var.instances : key => instance if instance.enable_notification_channel } diff --git a/parameters/providers/aws-secrets-manager/specs/install/main.tf b/parameters/providers/aws-secrets-manager/specs/install/main.tf index 34b91c9..75dfc8f 100644 --- a/parameters/providers/aws-secrets-manager/specs/install/main.tf +++ b/parameters/providers/aws-secrets-manager/specs/install/main.tf @@ -1,5 +1,5 @@ module "secrets_manager_spec" { - source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/parameter_storage_definition?ref=v6.2.0" + source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/parameter_storage_definition?ref=v6.6.0" nrn = var.nrn np_api_key = var.np_api_key @@ -11,7 +11,7 @@ module "secrets_manager_spec" { module "secrets_manager_api_keys" { - source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/api_key?ref=v6.1.0" + source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/api_key?ref=v6.6.0" for_each = { for key, instance in var.instances : key => instance if instance.enable_notification_channel } type = "agent" @@ -20,7 +20,7 @@ module "secrets_manager_api_keys" { } module "secrets_manager_configuration" { - source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/parameter_storage_configuration?ref=v6.2.0" + source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/parameter_storage_configuration?ref=v6.6.0" for_each = var.instances @@ -34,7 +34,7 @@ module "secrets_manager_configuration" { } module "secrets_manager_channels" { - source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/parameter_storage_definition_agent_association?ref=v6.2.0" + source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/parameter_storage_definition_agent_association?ref=v6.6.0" for_each = { for key, instance in var.instances : key => instance if instance.enable_notification_channel } diff --git a/parameters/providers/hashicorp-vault/specs/install/main.tf b/parameters/providers/hashicorp-vault/specs/install/main.tf index 445d690..923af6d 100644 --- a/parameters/providers/hashicorp-vault/specs/install/main.tf +++ b/parameters/providers/hashicorp-vault/specs/install/main.tf @@ -1,5 +1,5 @@ module "hashicorp_vault_spec" { - source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/parameter_storage_definition?ref=v6.3.0" + source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/parameter_storage_definition?ref=v6.6.0" nrn = var.nrn np_api_key = var.np_api_key @@ -10,7 +10,7 @@ module "hashicorp_vault_spec" { } module "hashicorp_vault_api_keys" { - source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/api_key?ref=v6.3.0" + source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/api_key?ref=v6.6.0" for_each = { for key, instance in var.instances : key => instance if instance.enable_notification_channel } type = "agent" @@ -19,7 +19,7 @@ module "hashicorp_vault_api_keys" { } module "hashicorp_vault_configuration" { - source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/parameter_storage_configuration?ref=v6.3.0" + source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/parameter_storage_configuration?ref=v6.6.0" for_each = var.instances @@ -33,7 +33,7 @@ module "hashicorp_vault_configuration" { } module "hashicorp_vault_channels" { - source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/parameter_storage_definition_agent_association?ref=v6.3.0" + source = "git::https://github.com/nullplatform/tofu-modules.git//nullplatform/parameter_storage_definition_agent_association?ref=v6.6.0" for_each = { for key, instance in var.instances : key => instance if instance.enable_notification_channel }