Skip to content

Commit

Permalink
fix(deps): update terraform-module (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops authored Nov 23, 2024
1 parent b9a2163 commit a12b33f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ You need the following permissions to run this module.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_observability_agents"></a> [observability\_agents](#module\_observability\_agents) | terraform-ibm-modules/observability-agents/ibm | 2.1.0 |
| <a name="module_ocp_base"></a> [ocp\_base](#module\_ocp\_base) | terraform-ibm-modules/base-ocp-vpc/ibm | 3.35.0 |
| <a name="module_observability_agents"></a> [observability\_agents](#module\_observability\_agents) | terraform-ibm-modules/observability-agents/ibm | 2.3.3 |
| <a name="module_ocp_base"></a> [ocp\_base](#module\_ocp\_base) | terraform-ibm-modules/base-ocp-vpc/ibm | 3.35.3 |
| <a name="module_trusted_profile"></a> [trusted\_profile](#module\_trusted\_profile) | terraform-ibm-modules/trusted-profile/ibm | 1.0.4 |

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

module "key_protect_all_inclusive" {
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
version = "4.16.8"
version = "4.16.10"
resource_group_id = module.resource_group.resource_group_id
region = var.region
key_protect_instance_name = "${var.prefix}-kp"
Expand Down
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ locals {

module "ocp_base" {
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
version = "3.35.0"
version = "3.35.3"
cluster_name = var.cluster_name
ocp_version = var.ocp_version
resource_group_id = var.resource_group_id
Expand Down Expand Up @@ -99,7 +99,7 @@ module "trusted_profile" {
module "observability_agents" {
count = var.logs_agent_enabled == true || var.cloud_monitoring_enabled == true ? 1 : 0
source = "terraform-ibm-modules/observability-agents/ibm"
version = "2.1.0"
version = "2.3.3"
cluster_id = module.ocp_base.cluster_id
cluster_resource_group_id = var.resource_group_id
cluster_config_endpoint_type = var.cluster_config_endpoint_type
Expand Down

0 comments on commit a12b33f

Please sign in to comment.