Closed kevinmstephens closed 3 years ago
Can you please provide some additional information to help troubleshoot where the issue is emanating from
Versions
- Terraform:
- Provider(s):
- Module:
@kevinmstephens thanks for opening this issue!
My bad, I missed the point that update_config
support was added in v3.56.0 of Terraform AWS provider which was released last week.
I will make another release to fix versions requirements now.
@kevinmstephens Fixed in #1571. v17.11.0 has been just released. Please try it and open a new issue if there is anything wrong.
I apologize for the incomplete release in v17.10.0.
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
We saw builds breaking 2 hours ago and I found this change that I think caused it and the timing matches up.
⚠️ Note
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
Reproduction
Steps to reproduce the behavior:
Code Snippet to Reproduce
Expected behavior
Actual behavior
Terminal Output Screenshot(s)
Additional context