Skip to content

Commit 2ba7d35

Browse files
authored
Improve test of private certificate secret (IBM-Cloud#6267)
1 parent 408b256 commit 2ba7d35

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ibm/service/secretsmanager/resource_ibm_sm_private_certificate_configuration_intermediate_ca_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ func privateCertificateIntermediateCAConfigCryptoKey() string {
185185
issuer = ibm_sm_private_certificate_configuration_root_ca.sm_private_cert_root_ca_crypto_key.name
186186
common_name = "ibm.com"
187187
crypto_key {
188-
allow_generate_key = true
189-
label = "e2e-tf-test"
188+
allow_generate_key = false
189+
label = "e2e-tf-ca"
190190
provider {
191191
type = "%s"
192192
instance_crn = "%s"

ibm/service/secretsmanager/resource_ibm_sm_private_certificate_configuration_root_ca_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ func privateCertificateRootCAConfigCryptoKey() string {
183183
common_name = "ibm.com"
184184
alt_names = ["ddd.com", "aaa.com"]
185185
crypto_key {
186-
allow_generate_key = true
187-
label = "e2e-tf-test"
186+
allow_generate_key = false
187+
label = "e2e-tf-ca"
188188
provider {
189189
type = "%s"
190190
instance_crn = "%s"

0 commit comments

Comments
 (0)