File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
modules/powervs-vpc-landing-zone Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,10 @@ Creates VPC Landing Zone | Performs VPC VSI OS Config | Creates PowerVS Infrastr
9292
9393| Name | Source | Version |
9494| ------| --------| ---------|
95- | <a name =" module_landing_zone " ></a > [ landing\_ zone] ( #module\_ landing\_ zone ) | terraform-ibm-modules/landing-zone/ibm//patterns//vsi//module | 5.15 .2 |
95+ | <a name =" module_landing_zone " ></a > [ landing\_ zone] ( #module\_ landing\_ zone ) | terraform-ibm-modules/landing-zone/ibm//patterns//vsi//module | 5.17 .2 |
9696| <a name =" module_landing_zone_configure_network_services " ></a > [ landing\_ zone\_ configure\_ network\_ services] ( #module\_ landing\_ zone\_ configure\_ network\_ services ) | ../ansible-configure-network-services | n/a |
9797| <a name =" module_landing_zone_configure_proxy_server " ></a > [ landing\_ zone\_ configure\_ proxy\_ server] ( #module\_ landing\_ zone\_ configure\_ proxy\_ server ) | ../ansible-configure-network-services | n/a |
98- | <a name =" module_powervs_infra " ></a > [ powervs\_ infra] ( #module\_ powervs\_ infra ) | terraform-ibm-modules/powervs-workspace/ibm | 1.7.2 |
98+ | <a name =" module_powervs_infra " ></a > [ powervs\_ infra] ( #module\_ powervs\_ infra ) | terraform-ibm-modules/powervs-workspace/ibm | 1.7.3 |
9999
100100### Resources
101101
Original file line number Diff line number Diff line change 44
55module "landing_zone" {
66 source = " terraform-ibm-modules/landing-zone/ibm//patterns//vsi//module"
7- version = " 5.15 .2"
7+ version = " 5.17 .2"
88 providers = { ibm = ibm.ibm- is }
99
1010 ssh_public_key = var. ssh_public_key
@@ -48,7 +48,7 @@ module "landing_zone_configure_network_services" {
4848
4949module "powervs_infra" {
5050 source = " terraform-ibm-modules/powervs-workspace/ibm"
51- version = " 1.7.2 "
51+ version = " 1.7.3 "
5252 providers = { ibm = ibm.ibm- pi }
5353
5454 pi_zone = var. powervs_zone
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ If you do not have a PowerVS infrastructure that is the [full stack solution](ht
4545
4646| Name | Source | Version |
4747| ------| --------| ---------|
48- | <a name =" module_powervs_infra " ></a > [ powervs\_ infra] ( #module\_ powervs\_ infra ) | terraform-ibm-modules/powervs-workspace/ibm | 1.7.2 |
48+ | <a name =" module_powervs_infra " ></a > [ powervs\_ infra] ( #module\_ powervs\_ infra ) | terraform-ibm-modules/powervs-workspace/ibm | 1.7.3 |
4949
5050### Resources
5151
Original file line number Diff line number Diff line change 11module "powervs_infra" {
22 source = " terraform-ibm-modules/powervs-workspace/ibm"
3- version = " 1.7.2 "
3+ version = " 1.7.3 "
44
55 pi_zone = var. powervs_zone
66 pi_resource_group_name = var. powervs_resource_group_name
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ This example sets up the following infrastructure:
4141
4242| Name | Source | Version |
4343| ------| --------| ---------|
44- | <a name =" module_powervs_instance " ></a > [ powervs\_ instance] ( #module\_ powervs\_ instance ) | terraform-ibm-modules/powervs-instance/ibm | 1.0.2 |
44+ | <a name =" module_powervs_instance " ></a > [ powervs\_ instance] ( #module\_ powervs\_ instance ) | terraform-ibm-modules/powervs-instance/ibm | 1.0.3 |
4545| <a name =" module_quickstart " ></a > [ quickstart] ( #module\_ quickstart ) | ../../modules/powervs-vpc-landing-zone | n/a |
4646
4747### Resources
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module "quickstart" {
3333
3434module "powervs_instance" {
3535 source = " terraform-ibm-modules/powervs-instance/ibm"
36- version = " 1.0.2 "
36+ version = " 1.0.3 "
3737 providers = { ibm = ibm.ibm- pi }
3838
3939 pi_workspace_guid = module. quickstart . powervs_workspace_guid
You can’t perform that action at this time.
0 commit comments