Skip to content

Commit 0b9ab5e

Browse files
fix(deps): update terraform-module (#503)
1 parent 9ca6fa9 commit 0b9ab5e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Optionally, you need the following permissions to attach Access Management tags
207207
| <a name="module_attach_sg_to_lb"></a> [attach\_sg\_to\_lb](#module\_attach\_sg\_to\_lb) | terraform-ibm-modules/security-group/ibm | 2.6.2 |
208208
| <a name="module_attach_sg_to_master_vpe"></a> [attach\_sg\_to\_master\_vpe](#module\_attach\_sg\_to\_master\_vpe) | terraform-ibm-modules/security-group/ibm | 2.6.2 |
209209
| <a name="module_attach_sg_to_registry_vpe"></a> [attach\_sg\_to\_registry\_vpe](#module\_attach\_sg\_to\_registry\_vpe) | terraform-ibm-modules/security-group/ibm | 2.6.2 |
210-
| <a name="module_cos_instance"></a> [cos\_instance](#module\_cos\_instance) | terraform-ibm-modules/cos/ibm | 8.10.7 |
210+
| <a name="module_cos_instance"></a> [cos\_instance](#module\_cos\_instance) | terraform-ibm-modules/cos/ibm | 8.11.3 |
211211
212212
### Resources
213213

examples/fscloud/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module "resource_group" {
1616

1717
module "cos_fscloud" {
1818
source = "terraform-ibm-modules/cos/ibm"
19-
version = "8.10.7"
19+
version = "8.11.3"
2020
resource_group_id = module.resource_group.resource_group_id
2121
create_cos_bucket = false
2222
cos_instance_name = "${var.prefix}-cos"
@@ -32,7 +32,7 @@ module "cos_fscloud" {
3232

3333
module "flowlogs_bucket" {
3434
source = "terraform-ibm-modules/cos/ibm//modules/buckets"
35-
version = "8.10.7"
35+
version = "8.11.3"
3636

3737
bucket_configs = [
3838
{

examples/multiple_mzr_clusters/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ module "observability_instances" {
198198

199199
module "observability_agents_1" {
200200
source = "terraform-ibm-modules/observability-agents/ibm"
201-
version = "1.28.6"
201+
version = "1.28.7"
202202
providers = {
203203
helm = helm.helm_cluster_1
204204
}
@@ -212,7 +212,7 @@ module "observability_agents_1" {
212212

213213
module "observability_agents_2" {
214214
source = "terraform-ibm-modules/observability-agents/ibm"
215-
version = "1.28.6"
215+
version = "1.28.7"
216216
providers = {
217217
helm = helm.helm_cluster_2
218218
}

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ module "cos_instance" {
8585
count = var.enable_registry_storage && !var.use_existing_cos ? 1 : 0
8686

8787
source = "terraform-ibm-modules/cos/ibm"
88-
version = "8.10.7"
88+
version = "8.11.3"
8989
cos_instance_name = local.cos_name
9090
resource_group_id = var.resource_group_id
9191
cos_plan = local.cos_plan

0 commit comments

Comments
 (0)