Skip to content

Commit 49483e8

Browse files
fix(deps): update terraform-module (#458)
1 parent d79b071 commit 49483e8

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
@@ -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.2 |
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.2 |
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.2 |
211-
| <a name="module_cos_instance"></a> [cos\_instance](#module\_cos\_instance) | terraform-ibm-modules/cos/ibm | 8.4.0 |
211+
| <a name="module_cos_instance"></a> [cos\_instance](#module\_cos\_instance) | terraform-ibm-modules/cos/ibm | 8.4.1 |
212212
213213
### Resources
214214

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.4.0"
19+
version = "8.4.1"
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.4.0"
35+
version = "8.4.1"
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
@@ -185,7 +185,7 @@ module "observability_instances" {
185185

186186
module "observability_agents_1" {
187187
source = "terraform-ibm-modules/observability-agents/ibm"
188-
version = "1.25.3"
188+
version = "1.25.4"
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.25.3"
202+
version = "1.25.4"
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
@@ -62,7 +62,7 @@ module "cos_instance" {
6262
count = var.enable_registry_storage && !var.use_existing_cos ? 1 : 0
6363

6464
source = "terraform-ibm-modules/cos/ibm"
65-
version = "8.4.0"
65+
version = "8.4.1"
6666
cos_instance_name = local.cos_name
6767
resource_group_id = var.resource_group_id
6868
cos_plan = local.cos_plan

0 commit comments

Comments
 (0)