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

Commit f2dc34a

Browse files
fix(deps): update terraform terraform-ibm-modules/base-ocp-vpc/ibm to v3.29.3 (#320)
1 parent e5a8690 commit f2dc34a

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
@@ -128,7 +128,7 @@ You need the following permissions to run this module.
128128
| Name | Source | Version |
129129
|------|--------|---------|
130130
| <a name="module_observability_agents"></a> [observability\_agents](#module\_observability\_agents) | terraform-ibm-modules/observability-agents/ibm | 1.28.7 |
131-
| <a name="module_ocp_base"></a> [ocp\_base](#module\_ocp\_base) | terraform-ibm-modules/base-ocp-vpc/ibm | 3.29.2 |
131+
| <a name="module_ocp_base"></a> [ocp\_base](#module\_ocp\_base) | terraform-ibm-modules/base-ocp-vpc/ibm | 3.29.3 |
132132

133133
### Resources
134134

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.29.2"
26+
version = "3.29.3"
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)