Skip to content

Commit 058f423

Browse files
fix(deps): update terraform-module (#562)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d84e2c0 commit 058f423

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -897,15 +897,15 @@ statement instead the previous block.
897897

898898
| Name | Source | Version |
899899
|------|--------|---------|
900-
| <a name="module_bastion_host"></a> [bastion\_host](#module\_bastion\_host) | terraform-ibm-modules/landing-zone-vsi/ibm | 2.5.0 |
900+
| <a name="module_bastion_host"></a> [bastion\_host](#module\_bastion\_host) | terraform-ibm-modules/landing-zone-vsi/ibm | 2.6.0 |
901901
| <a name="module_dynamic_values"></a> [dynamic\_values](#module\_dynamic\_values) | ./dynamic_values | n/a |
902-
| <a name="module_f5_vsi"></a> [f5\_vsi](#module\_f5\_vsi) | terraform-ibm-modules/landing-zone-vsi/ibm | 2.5.0 |
902+
| <a name="module_f5_vsi"></a> [f5\_vsi](#module\_f5\_vsi) | terraform-ibm-modules/landing-zone-vsi/ibm | 2.6.0 |
903903
| <a name="module_key_management"></a> [key\_management](#module\_key\_management) | ./kms | n/a |
904904
| <a name="module_placement_group_map"></a> [placement\_group\_map](#module\_placement\_group\_map) | ./dynamic_values/config_modules/list_to_map | n/a |
905905
| <a name="module_ssh_keys"></a> [ssh\_keys](#module\_ssh\_keys) | ./ssh_key | n/a |
906906
| <a name="module_teleport_config"></a> [teleport\_config](#module\_teleport\_config) | ./teleport_config | n/a |
907-
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-ibm-modules/landing-zone-vpc/ibm | 7.4.1 |
908-
| <a name="module_vsi"></a> [vsi](#module\_vsi) | terraform-ibm-modules/landing-zone-vsi/ibm | 2.5.0 |
907+
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-ibm-modules/landing-zone-vpc/ibm | 7.4.2 |
908+
| <a name="module_vsi"></a> [vsi](#module\_vsi) | terraform-ibm-modules/landing-zone-vsi/ibm | 2.6.0 |
909909

910910
### Resources
911911

bastion_host.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module "teleport_config" {
4242

4343
module "bastion_host" {
4444
source = "terraform-ibm-modules/landing-zone-vsi/ibm"
45-
version = "2.5.0"
45+
version = "2.6.0"
4646
for_each = local.bastion_vsi_map
4747
resource_group_id = each.value.resource_group == null ? null : local.resource_groups[each.value.resource_group]
4848
create_security_group = each.value.security_group == null ? false : true

f5_vsi.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ locals {
117117

118118
module "f5_vsi" {
119119
source = "terraform-ibm-modules/landing-zone-vsi/ibm"
120-
version = "2.5.0"
120+
version = "2.6.0"
121121
for_each = local.f5_vsi_map
122122
resource_group_id = each.value.resource_group == null ? null : local.resource_groups[each.value.resource_group]
123123
create_security_group = each.value.security_group == null ? false : true

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ locals {
88

99
module "vpc" {
1010
source = "terraform-ibm-modules/landing-zone-vpc/ibm"
11-
version = "7.4.1"
11+
version = "7.4.2"
1212
for_each = local.vpc_map
1313
name = each.value.prefix
1414
tags = var.tags

module-metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@
14271427
"bastion_host": {
14281428
"name": "bastion_host",
14291429
"source": "terraform-ibm-modules/landing-zone-vsi/ibm",
1430-
"version": "2.5.0",
1430+
"version": "2.6.0",
14311431
"attributes": {
14321432
"prefix": "prefix"
14331433
},
@@ -2004,7 +2004,7 @@
20042004
"f5_vsi": {
20052005
"name": "f5_vsi",
20062006
"source": "terraform-ibm-modules/landing-zone-vsi/ibm",
2007-
"version": "2.5.0",
2007+
"version": "2.6.0",
20082008
"attributes": {
20092009
"prefix": "prefix"
20102010
},
@@ -2576,7 +2576,7 @@
25762576
"vpc": {
25772577
"name": "vpc",
25782578
"source": "terraform-ibm-modules/landing-zone-vpc/ibm",
2579-
"version": "7.4.1",
2579+
"version": "7.4.2",
25802580
"attributes": {
25812581
"ibmcloud_api_key": "ibmcloud_api_key",
25822582
"network_cidrs": "network_cidr",
@@ -2930,7 +2930,7 @@
29302930
"vsi": {
29312931
"name": "vsi",
29322932
"source": "terraform-ibm-modules/landing-zone-vsi/ibm",
2933-
"version": "2.5.0",
2933+
"version": "2.6.0",
29342934
"attributes": {
29352935
"prefix": "prefix",
29362936
"tags": "tags"

virtual_servers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ data "ibm_is_image" "image" {
4141

4242
module "vsi" {
4343
source = "terraform-ibm-modules/landing-zone-vsi/ibm"
44-
version = "2.5.0"
44+
version = "2.6.0"
4545
for_each = local.vsi_map
4646
resource_group_id = each.value.resource_group == null ? null : local.resource_groups[each.value.resource_group]
4747
create_security_group = each.value.security_group == null ? false : true

0 commit comments

Comments
 (0)