File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
modules/powervs-vpc-landing-zone Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -108,11 +108,11 @@ Creates VPC Landing Zone | Performs VPC VSI OS Config | Creates PowerVS Infrastr
108108| Name | Source | Version |
109109| ------| --------| ---------|
110110| <a name =" module_app_config " ></a > [ app\_ config] ( #module\_ app\_ config ) | terraform-ibm-modules/app-configuration/ibm | 1.10.2 |
111- | <a name =" module_client_to_site_vpn " ></a > [ client\_ to\_ site\_ vpn] ( #module\_ client\_ to\_ site\_ vpn ) | terraform-ibm-modules/client-to-site-vpn/ibm | 3.2.25 |
111+ | <a name =" module_client_to_site_vpn " ></a > [ client\_ to\_ site\_ vpn] ( #module\_ client\_ to\_ site\_ vpn ) | terraform-ibm-modules/client-to-site-vpn/ibm | 3.2.26 |
112112| <a name =" module_configure_monitoring_host " ></a > [ configure\_ monitoring\_ host] ( #module\_ configure\_ monitoring\_ host ) | ./submodules/ansible | n/a |
113113| <a name =" module_configure_network_services " ></a > [ configure\_ network\_ services] ( #module\_ configure\_ network\_ services ) | ./submodules/ansible | n/a |
114114| <a name =" module_configure_scc_wp_agent " ></a > [ configure\_ scc\_ wp\_ agent] ( #module\_ configure\_ scc\_ wp\_ agent ) | ./submodules/ansible | n/a |
115- | <a name =" module_landing_zone " ></a > [ landing\_ zone] ( #module\_ landing\_ zone ) | terraform-ibm-modules/landing-zone/ibm//patterns//vsi//module | 8.5.13 |
115+ | <a name =" module_landing_zone " ></a > [ landing\_ zone] ( #module\_ landing\_ zone ) | terraform-ibm-modules/landing-zone/ibm//patterns//vsi//module | 8.5.14 |
116116| <a name =" module_powervs_workspace " ></a > [ powervs\_ workspace] ( #module\_ powervs\_ workspace ) | terraform-ibm-modules/powervs-workspace/ibm | 3.2.1 |
117117| <a name =" module_private_secret_engine " ></a > [ private\_ secret\_ engine] ( #module\_ private\_ secret\_ engine ) | terraform-ibm-modules/secrets-manager-private-cert-engine/ibm | 1.6.11 |
118118| <a name =" module_scc_wp_instance " ></a > [ scc\_ wp\_ instance] ( #module\_ scc\_ wp\_ instance ) | terraform-ibm-modules/scc-workload-protection/ibm | 1.11.6 |
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ module "secrets_manager_private_certificate" {
127127# Create client to site VPN Server
128128module "client_to_site_vpn" {
129129 source = " terraform-ibm-modules/client-to-site-vpn/ibm"
130- version = " 3.2.25 "
130+ version = " 3.2.26 "
131131 providers = { ibm = ibm.ibm- is }
132132 count = var. client_to_site_vpn . enable ? 1 : 0
133133
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ locals {
2323
2424module "landing_zone" {
2525 source = " terraform-ibm-modules/landing-zone/ibm//patterns//vsi//module"
26- version = " 8.5.13 "
26+ version = " 8.5.14 "
2727 providers = { ibm = ibm.ibm- is }
2828
2929 ssh_public_key = var. ssh_public_key
You can’t perform that action at this time.
0 commit comments