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
We want to drop Tfid attribute that is now common between all resources, and instead make use of the fact that the terraform ID used during state import can be any string value.
The new interface for creating import id would be based on provider functions, introduced in Terraform 1.8 and OpenTofu 1.8:
Description
We want to drop Tfid attribute that is now common between all resources, and instead make use of the fact that the terraform ID used during state import can be any string value.
The new interface for creating import id would be based on provider functions, introduced in Terraform 1.8 and OpenTofu 1.8:
Implementation
The text was updated successfully, but these errors were encountered: