You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using this provider with TF_LOG=warn, i end up getting a few messages about allow_deprecated_images, an attribute i hadn't passed myself:
2024-10-13T14:21:11.838+0200 [WARN] Provider "registry.opentofu.org/hetznercloud/hcloud" produced an invalid plan for hcloud_server.my_server, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .allow_deprecated_images: planned value cty.False for a non-computed attribute
Hey,
The only way for us to fix those warnings is to migrate our resources to the new plugin framework, which is currently being worked on (see #752). You can find additional details about those warnings here: hashicorp/terraform-plugin-sdk#1227
You can safely ignore those warnings. Closing as not planned, as it will resolve itself when migrating to the plugin framework.
What happened?
using this provider with
TF_LOG=warn
, i end up getting a few messages aboutallow_deprecated_images
, an attribute i hadn't passed myself:What did you expect to happen?
no warning
Please provide a minimal working example
The text was updated successfully, but these errors were encountered: