File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ module "secrets_manager_service_credentials" {
227
227
count = length (local. service_credential_secrets ) > 0 ? 1 : 0
228
228
depends_on = [time_sleep . wait_for_en_authorization_policy ]
229
229
source = " terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
230
- version = " 2.2.7 "
230
+ version = " 2.2.8 "
231
231
existing_sm_instance_guid = local. existing_secrets_manager_instance_guid
232
232
existing_sm_instance_region = local. existing_secrets_manager_instance_region
233
233
endpoint_type = var. existing_secrets_manager_endpoint_type
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ module "secrets_manager_service_credentials" {
90
90
count = length (local. service_credential_secrets ) > 0 ? 1 : 0
91
91
depends_on = [time_sleep . wait_for_en_authorization_policy ]
92
92
source = " terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
93
- version = " 2.2.7 "
93
+ version = " 2.2.8 "
94
94
existing_sm_instance_guid = local. existing_secrets_manager_instance_guid
95
95
existing_sm_instance_region = local. existing_secrets_manager_instance_region
96
96
endpoint_type = var. existing_secrets_manager_endpoint_type
You can’t perform that action at this time.
0 commit comments