Skip to content

Commit c850e8a

Browse files
fix(deps): update terraform-module (#439)
1 parent 36384fa commit c850e8a

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.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.8 |
211+
| <a name="module_cos_instance"></a> [cos\_instance](#module\_cos\_instance) | terraform-ibm-modules/cos/ibm | 8.2.9 |
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.2.8"
19+
version = "8.2.9"
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.8"
35+
version = "8.2.9"
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.24.3"
188+
version = "1.24.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.24.3"
202+
version = "1.24.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
@@ -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.8"
62+
version = "8.2.9"
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)