You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
When attempting to retrieve an ACM certificate using the terraform data source "aws_acm_certificate", the certificate is never read and the call runs indefinitely until cancelled.
Expected Behavior
The certificate is retrieved and the terraform plan executes.
How are you starting LocalStack?
With a docker run command
Steps To Reproduce
How are you starting localstack (e.g., bin/localstack command, arguments, or docker-compose.yml)
docker run localstack/localstack-pro:2.0.1 ...
Terraform code
The following terraform module is sufficient to reproduce this issue:
Is there an existing issue for this?
Current Behavior
When attempting to retrieve an ACM certificate using the terraform data source "aws_acm_certificate", the certificate is never read and the call runs indefinitely until cancelled.
Expected Behavior
The certificate is retrieved and the terraform plan executes.
How are you starting LocalStack?
With a
docker runcommandSteps To Reproduce
How are you starting localstack (e.g.,
bin/localstackcommand, arguments, ordocker-compose.yml)Terraform code
The following terraform module is sufficient to reproduce this issue:
Environment
Anything else?
terraform_exec.txt
localstack_log.txt