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

Fix provider schema matching #28

Merged
merged 1 commit into from
Mar 17, 2021
Merged

Fix provider schema matching #28

merged 1 commit into from
Mar 17, 2021

Conversation

radeksimko
Copy link
Member

@radeksimko radeksimko commented Mar 15, 2021

Depends on hashicorp/hcl-lang#25


This fixes a bug which affects some configurations where resource or data source names do not carry the prefix of the provider, and/or where aliases are used.

hashicorp/hcl-lang#25 has an example and further explanation of the bug.

It is possible that most users never noticed this problem, but I ran into it when implementing #26

@radeksimko radeksimko force-pushed the fix-alias-ref-decoding branch from 978b5f8 to e89b919 Compare March 17, 2021 07:45
@radeksimko radeksimko force-pushed the fix-alias-ref-decoding branch from e89b919 to ec1c685 Compare March 17, 2021 07:46
@radeksimko radeksimko merged commit a8c0201 into main Mar 17, 2021
@radeksimko radeksimko deleted the fix-alias-ref-decoding branch March 17, 2021 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants