-
Notifications
You must be signed in to change notification settings - Fork 59
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
[BUG] Imports missing data #1126
Comments
@sumanth-lingappa FYI, dropped you and email with additional details |
Hi @gusmb |
It is not an error per se. However the state is incomplete on import as per the issue description. To reproduce, I manually deleted the state and then ran the imports. after the imports were completed, the state was missing the params indicated in the description |
Sure Thanks, I got it. I will update you on this! |
Hello @gusmb If you are using the above method (that you mentioned in your configuration), then we can't resolve the import issue for attributes that are for binding. We have fixed issue for the other attributes above mentioned, except for binding. I will update you on this, after it is released to terraform registry. |
Thanks for the update, If that is not the way forward I'll change everything to explicit bindings instead. Also, I don't see the point o. Supporting the implicit bindings if it breaks these kind of functionality |
fixes #1126 Updated read func to convert certain attributes from string to int...
Hello @gusmb |
Contact us
Bug Report
Importing existing resources is important for me as I need to reconciliate resources that might have been configured before manually.
I found that most of the resources I tried to import where missing all the bindings and a few more params after importing, causing terraform apply to fail. The impacted resource types are:
Missing params after importing:
lbvserver
service
servicegroup
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
After re-importing resources after deleting the state files and running terraform init, expected behavior would be no changes reported after running a terraform plan
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please fill the following information):
terraform version
1.37.0go version
1.21.3Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: