-
Notifications
You must be signed in to change notification settings - Fork 118
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
Replace usage of deprecated fields in schema.Resource #230
Labels
Comments
bendbennett
changed the title
Usage of deprecated fields in schema.Resource
Replace usage of deprecated fields in schema.Resource
Apr 12, 2022
bendbennett
added a commit
that referenced
this issue
Apr 12, 2022
bendbennett
added a commit
that referenced
this issue
Apr 12, 2022
bendbennett
added a commit
that referenced
this issue
Apr 12, 2022
bendbennett
added a commit
that referenced
this issue
Apr 12, 2022
bendbennett
added a commit
that referenced
this issue
Apr 12, 2022
bendbennett
added a commit
that referenced
this issue
Apr 12, 2022
bendbennett
added a commit
that referenced
this issue
Apr 12, 2022
bendbennett
added a commit
that referenced
this issue
Apr 12, 2022
bendbennett
added a commit
that referenced
this issue
Apr 12, 2022
…eadContext and DeleteContext in resource_shuffle (#230)
bendbennett
added a commit
that referenced
this issue
Apr 12, 2022
…text, ReadContext, DeleteContext and StateContext in resource_uuid (#230)
bendbennett
added a commit
that referenced
this issue
Apr 13, 2022
bendbennett
added a commit
that referenced
this issue
Apr 13, 2022
bendbennett
added a commit
that referenced
this issue
Apr 13, 2022
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform CLI and Provider Versions
Terraform v1.1.7
random provider v3.1.2
Use Cases or Problem Statement
The random provider is using deprecated fields within schema.Resource.
For example resource_id uses the
Create
field which has been deprecated in favour ofCreateContext
orCreateWithoutTimeout
.Proposal
Replace usage of deprecated fields in schema.Resource (e.g., replace
Create
withCreateContext
orCreateWithoutTimeout
).How much impact is this issue causing?
Low
Additional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: