Skip to content

Commit

Permalink
fix(deps): update terraform terraform-ibm-modules/landing-zone-vpc/ib…
Browse files Browse the repository at this point in the history
…m 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)
  • Loading branch information
terraform-ibm-modules-ops authored Dec 15, 2023
1 parent 4b7987c commit 2c5011c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "go.sum|^.secrets.baseline$",
"lines": null
},
"generated_at": "2023-12-11T18:26:42Z",
"generated_at": "2023-12-12T18:26:42Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ module "cluster_pattern" {
| <a name="module_placement_group_map"></a> [placement\_group\_map](#module\_placement\_group\_map) | ./dynamic_values/config_modules/list_to_map | n/a |
| <a name="module_ssh_keys"></a> [ssh\_keys](#module\_ssh\_keys) | ./ssh_key | n/a |
| <a name="module_teleport_config"></a> [teleport\_config](#module\_teleport\_config) | ./teleport_config | n/a |
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-ibm-modules/landing-zone-vpc/ibm | 7.10.0 |
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-ibm-modules/landing-zone-vpc/ibm | 7.13.2 |
| <a name="module_vsi"></a> [vsi](#module\_vsi) | terraform-ibm-modules/landing-zone-vsi/ibm | 3.0.0 |

### Resources
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ locals {

module "vpc" {
source = "terraform-ibm-modules/landing-zone-vpc/ibm"
version = "7.10.0"
version = "7.13.2"
for_each = local.vpc_map
depends_on = [ibm_iam_authorization_policy.policy]
name = each.value.prefix
Expand Down

0 comments on commit 2c5011c

Please sign in to comment.