Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove certificate manager service support #4290

Merged
merged 1 commit into from
Jan 20, 2023

Conversation

kavya498
Copy link
Collaborator

@kavya498 kavya498 commented Jan 19, 2023

Terraform will perform the following actions:

  # ibm_certificate_manager_import.cert will be created
  + resource "ibm_certificate_manager_import" "cert" {
      + algorithm                       = (known after apply)
      + begins_on                       = (known after apply)
      + certificate_manager_instance_id = "ibm_resource_instance.cm.id"
      + data                            = {
          + "content"      = "tls_self_signed_cert.ca.cert_pem"
          + "intermediate" = ""
          + "priv_key"     = "tls_private_key.ca.private_key_pem"
        }
      + expires_on                      = (known after apply)
      + has_previous                    = (known after apply)
      + id                              = (known after apply)
      + imported                        = (known after apply)
      + issuer                          = (known after apply)
      + key_algorithm                   = (known after apply)
      + status                          = (known after apply)
    }

Plan: 1 to add, 0 to change, 0 to destroy.

Do you want to perform these actions?
  Terraform will perform the actions described above.
  Only 'yes' will be accepted to approve.

  Enter a value: yes

ibm_certificate_manager_import.cert: Creating...

Error: Certificate Manager Service is not supported anymore.

  on main.tf line 31, in resource "ibm_certificate_manager_import" "cert":
  31: resource "ibm_certificate_manager_import" "cert" {

@hkantare hkantare merged commit 17f3f9f into IBM-Cloud:master Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants