-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
17.10.0 Introduced a Breaking Change. #1570
Comments
Can you please provide some additional information to help troubleshoot where the issue is emanating from
|
@kevinmstephens thanks for opening this issue! My bad, I missed the point that 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.
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
aws = {
source = "hashicorp/aws"
}
datadog = {
source = "DataDog/datadog"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = ">= 2.0.0"
}
rancher2 = {
source = "rancher/rancher2"
}
spotinst = {
source = "spotinst/spotinst"
}
mysql = {
source = "terraform-providers/mysql"
}
github = {
source = "integrations/github"
}
}
Reproduction
Steps to reproduce the behavior:
Code Snippet to Reproduce
Expected behavior
Actual behavior
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered: