Skip to content

Commit 743dc16

Browse files
chore(deps): update terraform-module (#443)
* chore(deps): update terraform-module * SKIP UPGRADE TEST --------- Co-authored-by: Conall Ó Cofaigh <[email protected]>
1 parent e208206 commit 743dc16

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.secrets.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2024-04-22T04:36:25Z",
6+
"generated_at": "2024-04-23T04:36:25Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

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.10 |
211+
| <a name="module_cos_instance"></a> [cos\_instance](#module\_cos\_instance) | terraform-ibm-modules/cos/ibm | 8.2.13 |
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.8"
25+
version = "4.13.1"
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: 4 additions & 4 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.10"
19+
version = "8.2.13"
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.10"
35+
version = "8.2.13"
3636

3737
bucket_configs = [
3838
{
@@ -144,7 +144,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {
144144

145145
module "cbr_zone" {
146146
source = "terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
147-
version = "1.22.0"
147+
version = "1.22.1"
148148
name = "${var.prefix}-VPC-network-zone"
149149
zone_description = "CBR Network zone containing VPC"
150150
account_id = data.ibm_iam_account_settings.iam_account_settings.account_id
@@ -156,7 +156,7 @@ module "cbr_zone" {
156156

157157
module "cbr_rules" {
158158
source = "terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module"
159-
version = "1.22.0"
159+
version = "1.22.1"
160160
rule_description = "${var.prefix} rule for vpc flow log access to cos"
161161
enforcement_mode = "enabled"
162162
resources = [{

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.0"
188+
version = "1.25.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.25.0"
202+
version = "1.25.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
@@ -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.10"
62+
version = "8.2.13"
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)