Skip to content

Commit 1cc9fbe

Browse files
fix(deps): update terraform-module (#324)
1 parent 7f54a21 commit 1cc9fbe

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
@@ -160,7 +160,7 @@ Optionally, you need the following permissions to attach Access Management tags
160160
161161
| Name | Source | Version |
162162
|------|--------|---------|
163-
| <a name="module_cos_instance"></a> [cos\_instance](#module\_cos\_instance) | terraform-ibm-modules/cos/ibm | 7.1.2 |
163+
| <a name="module_cos_instance"></a> [cos\_instance](#module\_cos\_instance) | terraform-ibm-modules/cos/ibm | 7.1.3 |
164164
165165
### Resources
166166

examples/fscloud/main.tf

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

1818
module "cos_fscloud" {
1919
source = "terraform-ibm-modules/cos/ibm"
20-
version = "7.1.2"
20+
version = "7.1.3"
2121
resource_group_id = module.resource_group.resource_group_id
2222
create_cos_bucket = false
2323
cos_instance_name = "${var.prefix}-cos"
@@ -33,7 +33,7 @@ module "cos_fscloud" {
3333

3434
module "flowlogs_bucket" {
3535
source = "terraform-ibm-modules/cos/ibm//modules/buckets"
36-
version = "7.1.2"
36+
version = "7.1.3"
3737

3838
bucket_configs = [
3939
{

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.17.1"
188+
version = "1.17.2"
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.17.1"
202+
version = "1.17.2"
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
@@ -49,7 +49,7 @@ module "cos_instance" {
4949
count = var.enable_registry_storage && !var.use_existing_cos ? 1 : 0
5050

5151
source = "terraform-ibm-modules/cos/ibm"
52-
version = "7.1.2"
52+
version = "7.1.3"
5353
cos_instance_name = local.cos_name
5454
resource_group_id = var.resource_group_id
5555
cos_plan = local.cos_plan

0 commit comments

Comments
 (0)