Skip to content

Commit 1729f7e

Browse files
update sm version
1 parent 373c427 commit 1729f7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ibm_catalog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
"name": "deploy-arch-ibm-secrets-manager",
249249
"description": "Create a new Secrets Manager instance.",
250250
"id": "6d6ebc76-7bbd-42f5-8bc7-78f4fabd5944-global",
251-
"version": "v2.8.6",
251+
"version": "v2.10.0",
252252
"flavors": [
253253
"fully-configurable"
254254
],

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ func TestRunSolutionsFullyConfigurableUpgradeSchematics(t *testing.T) {
155155
{Name: "prefix", Value: options.Prefix, DataType: "string"},
156156
{Name: "existing_secrets_manager_crn", Value: permanentResources["secretsManagerCRN"], DataType: "string"},
157157
{Name: "acme_letsencrypt_private_key_secrets_manager_secret_crn", Value: permanentResources["acme_letsencrypt_private_key_secret_crn"], DataType: "string"},
158-
{Name: "dns_config_name", Value: "cer-dns", DataType: "string"},
158+
{Name: "dns_config_name", Value: "cert-dns", DataType: "string"},
159159
{Name: "internet_services_crn", Value: permanentResources["cisInstanceId"], DataType: "string"},
160160
{Name: "skip_iam_authorization_policy", Value: true, DataType: "bool"}, // A permanent cis-sm auth policy already exists in the account
161161
}

0 commit comments

Comments
 (0)