-
-
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
Provider produced inconsistent final plan #1750
Comments
|
Hi @bryantbiggs, yep. I listed the configuration in the original issue.
|
my apologies @im2nguyen - I overlooked that on the first pass It looks like you are suffering from hashicorp/terraform#4149 - to get around this, your referenced security groups will need to be created before they can be referenced |
Hrm... I wonder why the implicit dependencies doesn't work here 🤔 |
closing this for now @im2nguyen since its a Terraform core issue |
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
Hello! I'm experiencing an issue when upgrading from
17.x
to18.0.4
.When I apply the configuration (
eks-cluster.tf
), Terraform returns with the following error.Is there something I'm doing wrong? Can you point me in the right way? Thank you!
Tangentially, it was difficult to figure out what object the
self_managed_node_groups
attribute expects without navigating through all the examples. Is it possible to add an example to the Inputs section of the readme?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
Provider(s):
Reproduction
Steps to reproduce the behavior:
No workspaces. Cleared local cache.
Code Snippet to Reproduce
eks-cluster.tf
)Expected behavior
Terraform applies successfully.
Actual behavior
Terraform returns error.
Terminal Output Screenshot(s)
Additional context
The text was updated successfully, but these errors were encountered: