-
-
Notifications
You must be signed in to change notification settings - Fork 353
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
Invalid count argument when using predefined ACM #268
Comments
Hi Andy, I don't see The error message you have mentions Make sure that you specify |
I added my example. I was able to workaround it by targeting |
You are right, you should use There is a long-standing issue about this - hashicorp/terraform#4149 There is nothing we can do about it in the module. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
I am running into an error when trying to use an existing ACM.
Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
Module version [Required]:
Terraform version:
Reproduction Code [Required]
Steps to reproduce the behavior:
.terraform
folder and trying aninit
again.apply
phase.Expected behavior
The apply should complete.
Actual behavior
Error during apply:
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered: