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 @@ -99,7 +99,7 @@ Creates VPC Landing Zone | Performs VPC VSI OS Config | Creates PowerVS Infrastr
9999
100100| Name | Source | Version |
101101| ------| --------| ---------|
102- | <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 | 1.7.14 |
102+ | <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 | 1.7.15 |
103103| <a name =" module_configure_network_services " ></a > [ configure\_ network\_ services] ( #module\_ configure\_ network\_ services ) | ./submodules/ansible | n/a |
104104| <a name =" module_landing_zone " ></a > [ landing\_ zone] ( #module\_ landing\_ zone ) | terraform-ibm-modules/landing-zone/ibm//patterns//vsi//module | 5.25.1 |
105105| <a name =" module_powervs_workspace " ></a > [ powervs\_ workspace] ( #module\_ powervs\_ workspace ) | terraform-ibm-modules/powervs-workspace/ibm | 2.0.0 |
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ module "secrets_manager_private_certificate" {
122122# Create client to site VPN Server
123123module "client_to_site_vpn" {
124124 source = " terraform-ibm-modules/client-to-site-vpn/ibm"
125- version = " 1.7.14 "
125+ version = " 1.7.15 "
126126 providers = { ibm = ibm.ibm- is }
127127 count = var. client_to_site_vpn . enable ? 1 : 0
128128
You can’t perform that action at this time.
0 commit comments