File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ This example sets up the following infrastructure:
3636
3737| Name | Source | Version |
3838| ------| --------| ---------|
39- | <a name =" module_landing_zone " ></a > [ landing\_ zone] ( #module\_ landing\_ zone ) | terraform-ibm-modules/landing-zone/ibm//patterns//vsi | 4.1.0 |
39+ | <a name =" module_landing_zone " ></a > [ landing\_ zone] ( #module\_ landing\_ zone ) | terraform-ibm-modules/landing-zone/ibm//patterns//vsi | 4.2.1 |
4040| <a name =" module_powervs_infra " ></a > [ powervs\_ infra] ( #module\_ powervs\_ infra ) | ../../ | n/a |
4141
4242## Resources
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ locals {
5858
5959module "landing_zone" {
6060 source = " terraform-ibm-modules/landing-zone/ibm//patterns//vsi"
61- version = " 4.1.0 "
61+ version = " 4.2.1 "
6262 ibmcloud_api_key = var. ibmcloud_api_key
6363 ssh_public_key = var. ssh_public_key
6464 region = lookup (local. ibm_powervs_zone_cloud_region_map , var. powervs_zone , null )
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ This example sets up the following infrastructure:
3838
3939| Name | Source | Version |
4040| ------| --------| ---------|
41- | <a name =" module_demo_pi_instance " ></a > [ demo\_ pi\_ instance] ( #module\_ demo\_ pi\_ instance ) | git::https://github.com/terraform-ibm-modules/terraform-ibm-powervs-instance.git | v0.2.1 |
42- | <a name =" module_landing_zone " ></a > [ landing\_ zone] ( #module\_ landing\_ zone ) | terraform-ibm-modules/landing-zone/ibm//patterns//vsi | 4.1.0 |
41+ | <a name =" module_demo_pi_instance " ></a > [ demo\_ pi\_ instance] ( #module\_ demo\_ pi\_ instance ) | git::https://github.com/terraform-ibm-modules/terraform-ibm-powervs-instance.git | v0.2.2 |
42+ | <a name =" module_landing_zone " ></a > [ landing\_ zone] ( #module\_ landing\_ zone ) | terraform-ibm-modules/landing-zone/ibm//patterns//vsi | 4.2.1 |
4343| <a name =" module_powervs_infra " ></a > [ powervs\_ infra] ( #module\_ powervs\_ infra ) | ../../ | n/a |
4444
4545## Resources
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ locals {
7373
7474module "landing_zone" {
7575 source = " terraform-ibm-modules/landing-zone/ibm//patterns//vsi"
76- version = " 4.1.0 "
76+ version = " 4.2.1 "
7777 ibmcloud_api_key = var. ibmcloud_api_key
7878 ssh_public_key = var. ssh_public_key
7979 region = lookup (local. ibm_powervs_zone_cloud_region_map , var. powervs_zone , null )
@@ -206,7 +206,7 @@ locals {
206206}
207207
208208module "demo_pi_instance" {
209- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-powervs-instance.git?ref=v0.2.1 "
209+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-powervs-instance.git?ref=v0.2.2 "
210210 providers = { ibm = ibm.ibm- pvs }
211211 depends_on = [module . landing_zone , module . powervs_infra ]
212212
You can’t perform that action at this time.
0 commit comments