michaelmag
Results
12
comments of
michaelmag
Hello @escabechada, have you tried defining it this way: ```hcl resource "ibm_code_engine_secret" "code_engine_secret_instance" { project_id = ibm_code_engine_project.code-engine_project_instance.id name = "my-secret" format = "ssh_auth" data = { "ssh_key" = "a" "known_hosts"...
Hello @escabechada, can this issue be closed or are you still having issues?