We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The artificial id field introduced for the resources can be removed from the resources as it is no longer needed by the Hashicorp testing framework. For details see: https://developer.hashicorp.com/terraform/plugin/framework/acctests#no-id-found-in-attributes
id
The text was updated successfully, but these errors were encountered:
The data sources and resources in scope of this issue are the ones that have a deprecation message attached to the id field in the schema e.g.:
id": schema.StringAttribute{ DeprecationMessage: "Use the `subaccount_id` attribute instead",
Sorry, something went wrong.
No branches or pull requests
The artificial
id
field introduced for the resources can be removed from the resources as it is no longer needed by the Hashicorp testing framework.For details see: https://developer.hashicorp.com/terraform/plugin/framework/acctests#no-id-found-in-attributes
The text was updated successfully, but these errors were encountered: