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

list all certificates in a certificate manager instance #2358

Closed
srikant-sahu opened this issue Mar 15, 2021 · 1 comment
Closed

list all certificates in a certificate manager instance #2358

srikant-sahu opened this issue Mar 15, 2021 · 1 comment
Assignees

Comments

@srikant-sahu
Copy link
Contributor

Terraform Version

Terraform v0.14.5

Affected Resource(s)

  • ibm_certificate_manager_certificates

Terraform Configuration Files

main.tf

data "ibm_resource_instance" "cert_manager" {
    name     = "Certificate Manager"
    location = var.region
    service  = "cloudcerts"
}

data "ibm_certificate_manager_certificates" "certs"{
    certificate_manager_instance_id=data.ibm_resource_instance.cert_manager.id
}

provider.tf

provider "ibm" {
    ibmcloud_api_key   = var.ibmcloud_api_key
    region             = var.region
}

Debug Output

https://ibm-cloudplatform.slack.com/archives/C53NF5MB4/p1615487642044100?thread_ts=1615463377.033500&cid=C53NF5MB4

Panic Output

None

Expected Behavior

List all the certificates in a certificate manager

Actual Behavior

Lists only 100 certificates in the certificate manager

Steps to Reproduce

Please list the steps required to reproduce the issue, for example:

  1. terraform apply

Important Factoids

None

References

None

@kavya498
Copy link
Collaborator

Available in latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants