We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Terraform v0.14.5
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 }
https://ibm-cloudplatform.slack.com/archives/C53NF5MB4/p1615487642044100?thread_ts=1615463377.033500&cid=C53NF5MB4
None
List all the certificates in a certificate manager
Lists only 100 certificates in the certificate manager
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered:
Available in latest
Sorry, something went wrong.
kavya498
No branches or pull requests
Terraform Version
Terraform v0.14.5
Affected Resource(s)
Terraform Configuration Files
main.tf
provider.tf
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:
terraform apply
Important Factoids
None
References
None
The text was updated successfully, but these errors were encountered: