This repository was archived by the owner on Mar 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
55module "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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ module "cos" {
132132
133133module "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
157157module "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
You can’t perform that action at this time.
0 commit comments