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
{{ message }}
This repository has been archived by the owner on May 14, 2022. It is now read-only.
Unfortunately the "search and replace" feature for replacing terraform.ResourceProvider with *schema.Provider is not as simple as it seems, as providers often use type assertions of the following form:
Proposed name:
v2upgrade
This will need to:
Check for deprecations that cannot be automatically migrated
Search and replace
terraform.ResourceProvider
type ->*schema.Provider
typeSearch and replace validation functions in Remove deprecated validation funcs terraform-plugin-sdk#333
The text was updated successfully, but these errors were encountered: