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
108
108
| Name | Source | Version |
109
109
| ------| --------| ---------|
110
110
| <a name =" module_app_config " ></a > [ app\_ config] ( #module\_ app\_ config ) | terraform-ibm-modules/app-configuration/ibm | 1.8.3 |
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.7 |
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.8 |
112
112
| <a name =" module_configure_monitoring_host " ></a > [ configure\_ monitoring\_ host] ( #module\_ configure\_ monitoring\_ host ) | ./submodules/ansible | n/a |
113
113
| <a name =" module_configure_network_services " ></a > [ configure\_ network\_ services] ( #module\_ configure\_ network\_ services ) | ./submodules/ansible | n/a |
114
114
| <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" {
127
127
# Create client to site VPN Server
128
128
module "client_to_site_vpn" {
129
129
source = " terraform-ibm-modules/client-to-site-vpn/ibm"
130
- version = " 3.2.7 "
130
+ version = " 3.2.8 "
131
131
providers = { ibm = ibm.ibm- is }
132
132
count = var. client_to_site_vpn . enable ? 1 : 0
133
133
You can’t perform that action at this time.
0 commit comments