Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit d50b73f

Browse files
fix(deps): update terraform terraform-ibm-modules/base-ocp-vpc/ibm to v3.31.0 (#331)
1 parent e255256 commit d50b73f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ You need the following permissions to run this module.
165165
| Name | Source | Version |
166166
|------|--------|---------|
167167
| <a name="module_observability_agents"></a> [observability\_agents](#module\_observability\_agents) | terraform-ibm-modules/observability-agents/ibm | 1.29.1 |
168-
| <a name="module_ocp_base"></a> [ocp\_base](#module\_ocp\_base) | terraform-ibm-modules/base-ocp-vpc/ibm | 3.30.2 |
168+
| <a name="module_ocp_base"></a> [ocp\_base](#module\_ocp\_base) | terraform-ibm-modules/base-ocp-vpc/ibm | 3.31.0 |
169169

170170
### Resources
171171

main.tf

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

2424
module "ocp_base" {
2525
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
26-
version = "3.30.2"
26+
version = "3.31.0"
2727
cluster_name = var.cluster_name
2828
ocp_version = var.ocp_version
2929
resource_group_id = var.resource_group_id

0 commit comments

Comments
 (0)