File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed
modules/powervs-vpc-landing-zone Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -107,14 +107,14 @@ Creates VPC Landing Zone | Performs VPC VSI OS Config | Creates PowerVS Infrastr
107107
108108| Name | Source | Version |
109109| ------| --------| ---------|
110- | <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.0.10 |
110+ | <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.1 |
111111| <a name =" module_configure_monitoring_host " ></a > [ configure\_ monitoring\_ host] ( #module\_ configure\_ monitoring\_ host ) | ./submodules/ansible | n/a |
112112| <a name =" module_configure_network_services " ></a > [ configure\_ network\_ services] ( #module\_ configure\_ network\_ services ) | ./submodules/ansible | n/a |
113113| <a name =" module_configure_scc_wp_agent " ></a > [ configure\_ scc\_ wp\_ agent] ( #module\_ configure\_ scc\_ wp\_ agent ) | ./submodules/ansible | n/a |
114114| <a name =" module_landing_zone " ></a > [ landing\_ zone] ( #module\_ landing\_ zone ) | terraform-ibm-modules/landing-zone/ibm//patterns//vsi//module | 7.5.0 |
115115| <a name =" module_powervs_workspace " ></a > [ powervs\_ workspace] ( #module\_ powervs\_ workspace ) | terraform-ibm-modules/powervs-workspace/ibm | 3.0.2 |
116116| <a name =" module_private_secret_engine " ></a > [ private\_ secret\_ engine] ( #module\_ private\_ secret\_ engine ) | terraform-ibm-modules/secrets-manager-private-cert-engine/ibm | 1.5.1 |
117- | <a name =" module_scc_wp_instance " ></a > [ scc\_ wp\_ instance] ( #module\_ scc\_ wp\_ instance ) | terraform-ibm-modules/scc-workload-protection/ibm | 1.5.12 |
117+ | <a name =" module_scc_wp_instance " ></a > [ scc\_ wp\_ instance] ( #module\_ scc\_ wp\_ instance ) | terraform-ibm-modules/scc-workload-protection/ibm | 1.6.0 |
118118| <a name =" module_secrets_manager_group " ></a > [ secrets\_ manager\_ group] ( #module\_ secrets\_ manager\_ group ) | terraform-ibm-modules/secrets-manager-secret-group/ibm | 1.3.6 |
119119| <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 |
120120| <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 @@ -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.0.10 "
130+ version = " 3.2.1 "
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 @@ -58,7 +58,7 @@ locals {
5858
5959module "scc_wp_instance" {
6060 source = " terraform-ibm-modules/scc-workload-protection/ibm"
61- version = " 1.5.12 "
61+ version = " 1.6.0 "
6262 providers = { ibm = ibm.ibm- is }
6363 count = var. enable_scc_wp ? 1 : 0
6464
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ If you do not have a PowerVS infrastructure that is the [Standard Landscape Vari
3636| Name | Version |
3737| ------| ---------|
3838| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.9 |
39- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.78.2 |
39+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.78.3 |
4040
4141### Modules
4242
@@ -48,8 +48,8 @@ If you do not have a PowerVS infrastructure that is the [Standard Landscape Vari
4848
4949| Name | Type |
5050| ------| ------|
51- | [ ibm_schematics_output.schematics_output] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.2 /docs/data-sources/schematics_output ) | data source |
52- | [ ibm_schematics_workspace.schematics_workspace] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.2 /docs/data-sources/schematics_workspace ) | data source |
51+ | [ ibm_schematics_output.schematics_output] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.3 /docs/data-sources/schematics_output ) | data source |
52+ | [ ibm_schematics_workspace.schematics_workspace] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.3 /docs/data-sources/schematics_workspace ) | data source |
5353
5454### Inputs
5555
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ terraform {
77 required_providers {
88 ibm = {
99 source = " IBM-Cloud/ibm"
10- version = " 1.78.2 "
10+ version = " 1.78.3 "
1111 }
1212 }
1313}
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ This example sets up the following infrastructure:
4747| Name | Version |
4848| ------| ---------|
4949| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.9 |
50- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.78.2 |
50+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.78.3 |
5151
5252### Modules
5353
@@ -60,7 +60,7 @@ This example sets up the following infrastructure:
6060
6161| Name | Type |
6262| ------| ------|
63- | [ ibm_pi_catalog_images.catalog_images_ds] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.2 /docs/data-sources/pi_catalog_images ) | data source |
63+ | [ ibm_pi_catalog_images.catalog_images_ds] ( https://registry.terraform.io/providers/IBM-Cloud/ibm/1.78.3 /docs/data-sources/pi_catalog_images ) | data source |
6464
6565### Inputs
6666
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ terraform {
77 required_providers {
88 ibm = {
99 source = " IBM-Cloud/ibm"
10- version = " 1.78.2 "
10+ version = " 1.78.3 "
1111 }
1212 }
1313}
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ This example sets up the following infrastructure:
4747| Name | Version |
4848| ------| ---------|
4949| <a name =" requirement_terraform " ></a > [ terraform] ( #requirement\_ terraform ) | >= 1.9 |
50- | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.78.2 |
50+ | <a name =" requirement_ibm " ></a > [ ibm] ( #requirement\_ ibm ) | 1.78.3 |
5151
5252### Modules
5353
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ terraform {
77 required_providers {
88 ibm = {
99 source = " IBM-Cloud/ibm"
10- version = " 1.78.2 "
10+ version = " 1.78.3 "
1111 }
1212 }
1313}
You can’t perform that action at this time.
0 commit comments