File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
modules/powervs-vpc-landing-zone Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -106,14 +106,14 @@ Creates VPC Landing Zone | Performs VPC VSI OS Config | Creates PowerVS Infrastr
106106
107107| Name | Source | Version |
108108| ------| --------| ---------|
109- | <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 | 2.2.1 |
109+ | <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 | 2.2.4 |
110110| <a name =" module_configure_monitoring_host " ></a > [ configure\_ monitoring\_ host] ( #module\_ configure\_ monitoring\_ host ) | ./submodules/ansible | n/a |
111111| <a name =" module_configure_network_services " ></a > [ configure\_ network\_ services] ( #module\_ configure\_ network\_ services ) | ./submodules/ansible | n/a |
112112| <a name =" module_configure_scc_wp_agent " ></a > [ configure\_ scc\_ wp\_ agent] ( #module\_ configure\_ scc\_ wp\_ agent ) | ./submodules/ansible | n/a |
113- | <a name =" module_landing_zone " ></a > [ landing\_ zone] ( #module\_ landing\_ zone ) | terraform-ibm-modules/landing-zone/ibm//patterns//vsi//module | 7.4.2 |
113+ | <a name =" module_landing_zone " ></a > [ landing\_ zone] ( #module\_ landing\_ zone ) | terraform-ibm-modules/landing-zone/ibm//patterns//vsi//module | 7.4.3 |
114114| <a name =" module_powervs_workspace " ></a > [ powervs\_ workspace] ( #module\_ powervs\_ workspace ) | terraform-ibm-modules/powervs-workspace/ibm | 2.5.0 |
115115| <a name =" module_private_secret_engine " ></a > [ private\_ secret\_ engine] ( #module\_ private\_ secret\_ engine ) | terraform-ibm-modules/secrets-manager-private-cert-engine/ibm | 1.3.6 |
116- | <a name =" module_scc_wp_instance " ></a > [ scc\_ wp\_ instance] ( #module\_ scc\_ wp\_ instance ) | terraform-ibm-modules/scc-workload-protection/ibm | 1.5.4 |
116+ | <a name =" module_scc_wp_instance " ></a > [ scc\_ wp\_ instance] ( #module\_ scc\_ wp\_ instance ) | terraform-ibm-modules/scc-workload-protection/ibm | 1.5.6 |
117117| <a name =" module_secrets_manager_group " ></a > [ secrets\_ manager\_ group] ( #module\_ secrets\_ manager\_ group ) | terraform-ibm-modules/secrets-manager-secret-group/ibm | 1.3.2 |
118118| <a name =" module_secrets_manager_private_certificate " ></a > [ secrets\_ manager\_ private\_ certificate] ( #module\_ secrets\_ manager\_ private\_ certificate ) | terraform-ibm-modules/secrets-manager-private-cert/ibm | 1.3.3 |
119119| <a name =" module_vpc_file_share_alb " ></a > [ vpc\_ file\_ share\_ alb] ( #module\_ vpc\_ file\_ share\_ alb ) | ./submodules/fileshare-alb | n/a |
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 = " 2.2.1 "
125+ version = " 2.2.4 "
126126 providers = { ibm = ibm.ibm- is }
127127 count = var. client_to_site_vpn . enable ? 1 : 0
128128
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ locals {
1818
1919module "landing_zone" {
2020 source = " terraform-ibm-modules/landing-zone/ibm//patterns//vsi//module"
21- version = " 7.4.2 "
21+ version = " 7.4.3 "
2222 providers = { ibm = ibm.ibm- is }
2323
2424 ssh_public_key = var. ssh_public_key
@@ -57,7 +57,7 @@ locals {
5757
5858module "scc_wp_instance" {
5959 source = " terraform-ibm-modules/scc-workload-protection/ibm"
60- version = " 1.5.4 "
60+ version = " 1.5.6 "
6161 providers = { ibm = ibm.ibm- is }
6262 count = var. enable_scc_wp ? 1 : 0
6363
You can’t perform that action at this time.
0 commit comments