Skip to content

Commit 2c5011c

Browse files
fix(deps): update terraform terraform-ibm-modules/landing-zone-vpc/ibm to v7.13.2<br>NOTE: Upgrading to this version will see an expected destroy of the time_sleep.wait_for_authorization_policy resource (#639)
1 parent 4b7987c commit 2c5011c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.secrets.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2023-12-11T18:26:42Z",
6+
"generated_at": "2023-12-12T18:26:42Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ module "cluster_pattern" {
846846
| <a name="module_placement_group_map"></a> [placement\_group\_map](#module\_placement\_group\_map) | ./dynamic_values/config_modules/list_to_map | n/a |
847847
| <a name="module_ssh_keys"></a> [ssh\_keys](#module\_ssh\_keys) | ./ssh_key | n/a |
848848
| <a name="module_teleport_config"></a> [teleport\_config](#module\_teleport\_config) | ./teleport_config | n/a |
849-
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-ibm-modules/landing-zone-vpc/ibm | 7.10.0 |
849+
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-ibm-modules/landing-zone-vpc/ibm | 7.13.2 |
850850
| <a name="module_vsi"></a> [vsi](#module\_vsi) | terraform-ibm-modules/landing-zone-vsi/ibm | 3.0.0 |
851851

852852
### Resources

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.10.0"
11+
version = "7.13.2"
1212
for_each = local.vpc_map
1313
depends_on = [ibm_iam_authorization_policy.policy]
1414
name = each.value.prefix

0 commit comments

Comments
 (0)