File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/powervs-vpc-landing-zone Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ 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.0 |
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.22 |
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.23 |
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 |
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.22 "
130+ version = " 3.2.23 "
131131 providers = { ibm = ibm.ibm- is }
132132 count = var. client_to_site_vpn . enable ? 1 : 0
133133
You can’t perform that action at this time.
0 commit comments