File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
modules/powervs-vpc-landing-zone
solutions/standard-plus-vsi Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Creates VPC Landing Zone | Performs VPC VSI OS Config | Creates PowerVS Infrastr
101
101
| ------| --------| ---------|
102
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 |
103
103
| <a name =" module_configure_network_services " ></a > [ configure\_ network\_ services] ( #module\_ configure\_ network\_ services ) | ./submodules/ansible | n/a |
104
- | <a name =" module_landing_zone " ></a > [ landing\_ zone] ( #module\_ landing\_ zone ) | terraform-ibm-modules/landing-zone/ibm//patterns//vsi//module | 5.25.0 |
104
+ | <a name =" module_landing_zone " ></a > [ landing\_ zone] ( #module\_ landing\_ zone ) | terraform-ibm-modules/landing-zone/ibm//patterns//vsi//module | 5.25.1 |
105
105
| <a name =" module_powervs_workspace " ></a > [ powervs\_ workspace] ( #module\_ powervs\_ workspace ) | terraform-ibm-modules/powervs-workspace/ibm | 2.0.0 |
106
106
| <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.2 |
107
107
| <a name =" module_secrets_manager_group " ></a > [ secrets\_ manager\_ group] ( #module\_ secrets\_ manager\_ group ) | terraform-ibm-modules/secrets-manager-secret-group/ibm | 1.2.2 |
Original file line number Diff line number Diff line change 4
4
5
5
module "landing_zone" {
6
6
source = " terraform-ibm-modules/landing-zone/ibm//patterns//vsi//module"
7
- version = " 5.25.0 "
7
+ version = " 5.25.1 "
8
8
providers = { ibm = ibm.ibm- is }
9
9
10
10
ssh_public_key = var. ssh_public_key
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ This example sets up the following infrastructure:
50
50
51
51
| Name | Source | Version |
52
52
| ------| --------| ---------|
53
- | <a name =" module_powervs_instance " ></a > [ powervs\_ instance] ( #module\_ powervs\_ instance ) | terraform-ibm-modules/powervs-instance/ibm | 2.0.1 |
53
+ | <a name =" module_powervs_instance " ></a > [ powervs\_ instance] ( #module\_ powervs\_ instance ) | terraform-ibm-modules/powervs-instance/ibm | 2.0.2 |
54
54
| <a name =" module_standard " ></a > [ standard] ( #module\_ standard ) | ../../modules/powervs-vpc-landing-zone | n/a |
55
55
56
56
### Resources
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ moved {
40
40
41
41
module "powervs_instance" {
42
42
source = " terraform-ibm-modules/powervs-instance/ibm"
43
- version = " 2.0.1 "
43
+ version = " 2.0.2 "
44
44
providers = { ibm = ibm.ibm- pi }
45
45
46
46
pi_workspace_guid = module. standard . powervs_workspace_guid
You can’t perform that action at this time.
0 commit comments