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 33 "files": "go.mod|go.sum|.*.map|^.secrets.baseline$",
44 "lines": null
55 },
6- "generated_at": "2023-09-27T10:48:50Z ",
6+ "generated_at": "2023-10-06T11:01:49Z ",
77 "plugins_used": [
88 {
99 "name": "ArtifactoryDetector"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ resource "ibm_sm_imported_certificate" "sm_imported_certificate" {
2121 description = "Extended description for this secret."
2222 labels = ["my-label"]
2323 secret_group_id = ibm_sm_secret_group.sm_secret_group.secret_group_id
24- certificate: "-----BEGIN CERTIFICATE-----\nMIIE3jCCBGSgAwIBAgIUZfTbf3adn87l5J2Q2Aw+6Vk/qhowCgYIKoZIzj0EAwIw\n-----END CERTIFICATE-----"
24+ certificate = "-----BEGIN CERTIFICATE-----\nMIIE3jCCBGSgAwIBAgIUZfTbf3adn87l5J2Q2Aw+6Vk/qhowCgYIKoZIzj0EAwIw\n-----END CERTIFICATE-----"
2525}
2626```
2727
You can’t perform that action at this time.
0 commit comments