Skip to content

Commit

Permalink
fix(deps): update terraform-module
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops committed Dec 17, 2024
1 parent df24ca7 commit 129c53f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/fscloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module "resource_group" {

module "cos_fscloud" {
source = "terraform-ibm-modules/cos/ibm"
version = "8.15.10"
version = "8.15.12"
resource_group_id = module.resource_group.resource_group_id
create_cos_bucket = false
cos_instance_name = "${var.prefix}-cos"
Expand All @@ -30,7 +30,7 @@ module "cos_fscloud" {

module "flowlogs_bucket" {
source = "terraform-ibm-modules/cos/ibm//modules/buckets"
version = "8.15.10"
version = "8.15.12"

bucket_configs = [
{
Expand Down
4 changes: 2 additions & 2 deletions examples/multiple_mzr_clusters/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ module "observability_instances" {

module "observability_agents_1" {
source = "terraform-ibm-modules/observability-agents/ibm"
version = "2.3.5"
version = "2.3.6"
providers = {
helm = helm.helm_cluster_1
}
Expand All @@ -202,7 +202,7 @@ module "observability_agents_1" {

module "observability_agents_2" {
source = "terraform-ibm-modules/observability-agents/ibm"
version = "2.3.5"
version = "2.3.6"
providers = {
helm = helm.helm_cluster_2
}
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ module "cos_instance" {
count = var.enable_registry_storage && !var.use_existing_cos ? 1 : 0

source = "terraform-ibm-modules/cos/ibm"
version = "8.15.10"
version = "8.15.12"
cos_instance_name = local.cos_name
resource_group_id = var.resource_group_id
cos_plan = local.cos_plan
Expand Down

0 comments on commit 129c53f

Please sign in to comment.