Skip to content
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

tftypes: Support AttributePathStepper interface in Type #163

Merged
merged 3 commits into from Mar 14, 2022

Conversation

bflad
Copy link
Member

@bflad bflad commented Mar 9, 2022

Closes #110

This will allow implementations to step into Type via AttributePath similar to Value, which can simplify data handling logic.

Reference: #110

This will allow implementations to step into `Type` via `AttributePath` similar to `Value`, which can simplify data handling logic.
@bflad bflad added the enhancement New feature or request label Mar 9, 2022
@bflad bflad requested a review from a team as a code owner March 9, 2022 19:30
@hashicorp-cla
Copy link

hashicorp-cla commented Mar 12, 2022

CLA assistant check
All committers have signed the CLA.

@bflad bflad added this to the v0.9.0 milestone Mar 14, 2022
@bflad bflad merged commit 8070ef2 into main Mar 14, 2022
@bflad bflad deleted the bflad-tftypes-Type-AttributePathStepper branch March 14, 2022 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tftypes: Type should implement AttributePathStepper
3 participants