Skip to content

Commit e17aa4e

Browse files
fix(deps): update terraform-module (#412)
1 parent a9f4d26 commit e17aa4e

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Optionally, you need the following permissions to attach Access Management tags
208208
| <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.1 |
209209
| <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.1 |
210210
| <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.1 |
211-
| <a name="module_cos_instance"></a> [cos\_instance](#module\_cos\_instance) | terraform-ibm-modules/cos/ibm | 8.2.6 |
211+
| <a name="module_cos_instance"></a> [cos\_instance](#module\_cos\_instance) | terraform-ibm-modules/cos/ibm | 8.2.8 |
212212
213213
### Resources
214214

examples/advanced/main.tf

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

2323
module "kp_all_inclusive" {
2424
source = "terraform-ibm-modules/key-protect-all-inclusive/ibm"
25-
version = "4.11.4"
25+
version = "4.11.8"
2626
key_protect_instance_name = "${var.prefix}-kp-instance"
2727
resource_group_id = module.resource_group.resource_group_id
2828
region = var.region

examples/fscloud/main.tf

Lines changed: 3 additions & 3 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.2.6"
19+
version = "8.2.8"
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.2.6"
35+
version = "8.2.8"
3636

3737
bucket_configs = [
3838
{
@@ -54,7 +54,7 @@ module "flowlogs_bucket" {
5454
module "vpc" {
5555
depends_on = [module.flowlogs_bucket]
5656
source = "terraform-ibm-modules/landing-zone-vpc/ibm"
57-
version = "7.18.0"
57+
version = "7.18.1"
5858
resource_group_id = module.resource_group.resource_group_id
5959
region = var.region
6060
prefix = var.prefix

examples/multiple_mzr_clusters/main.tf

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

186186
module "observability_agents_1" {
187187
source = "terraform-ibm-modules/observability-agents/ibm"
188-
version = "1.24.2"
188+
version = "1.24.3"
189189
providers = {
190190
helm = helm.helm_cluster_1
191191
}
@@ -199,7 +199,7 @@ module "observability_agents_1" {
199199

200200
module "observability_agents_2" {
201201
source = "terraform-ibm-modules/observability-agents/ibm"
202-
version = "1.24.2"
202+
version = "1.24.3"
203203
providers = {
204204
helm = helm.helm_cluster_2
205205
}

main.tf

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

6161
source = "terraform-ibm-modules/cos/ibm"
62-
version = "8.2.6"
62+
version = "8.2.8"
6363
cos_instance_name = local.cos_name
6464
resource_group_id = var.resource_group_id
6565
cos_plan = local.cos_plan

0 commit comments

Comments
 (0)