Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 6ac1487

Browse files
fix(deps): update terraform-module (#137)
1 parent 32f5420 commit 6ac1487

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

solutions/agents/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module "scc_wp_agent" {
66
source = "terraform-ibm-modules/scc-workload-protection-agent/ibm"
7-
version = "1.2.6"
7+
version = "1.2.7"
88
access_key = var.access_key
99
cluster_name = var.cluster_name
1010
region = var.region

solutions/instances/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ This solution supports provisioning and configuring the following infrastructure
2525
| Name | Source | Version |
2626
|------|--------|---------|
2727
| <a name="module_cos"></a> [cos](#module\_cos) | terraform-ibm-modules/cos/ibm//modules/fscloud | 8.5.3 |
28-
| <a name="module_create_profile_attachment"></a> [create\_profile\_attachment](#module\_create\_profile\_attachment) | terraform-ibm-modules/scc/ibm//modules/attachment | 1.6.2 |
28+
| <a name="module_create_profile_attachment"></a> [create\_profile\_attachment](#module\_create\_profile\_attachment) | terraform-ibm-modules/scc/ibm//modules/attachment | 1.6.3 |
2929
| <a name="module_kms"></a> [kms](#module\_kms) | terraform-ibm-modules/kms-all-inclusive/ibm | 4.13.4 |
3030
| <a name="module_resource_group"></a> [resource\_group](#module\_resource\_group) | terraform-ibm-modules/resource-group/ibm | 1.1.6 |
31-
| <a name="module_scc"></a> [scc](#module\_scc) | terraform-ibm-modules/scc/ibm | 1.6.2 |
31+
| <a name="module_scc"></a> [scc](#module\_scc) | terraform-ibm-modules/scc/ibm | 1.6.3 |
3232
| <a name="module_scc_wp"></a> [scc\_wp](#module\_scc\_wp) | terraform-ibm-modules/scc-workload-protection/ibm | 1.3.1 |
3333

3434
### Resources

solutions/instances/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ module "cos" {
132132

133133
module "scc" {
134134
source = "terraform-ibm-modules/scc/ibm"
135-
version = "1.6.2"
135+
version = "1.6.3"
136136
resource_group_id = module.resource_group.resource_group_id
137137
region = var.scc_region
138138
instance_name = local.scc_instance_name
@@ -156,7 +156,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {}
156156

157157
module "create_profile_attachment" {
158158
source = "terraform-ibm-modules/scc/ibm//modules/attachment"
159-
version = "1.6.2"
159+
version = "1.6.3"
160160
for_each = {
161161
for idx, profile_attachment in var.profile_attachments :
162162
profile_attachment => idx

0 commit comments

Comments
 (0)