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

provider: Skip unimported resources #191

Merged
merged 1 commit into from
Jul 2, 2021
Merged

provider: Skip unimported resources #191

merged 1 commit into from
Jul 2, 2021

Conversation

xescugc
Copy link
Member

@xescugc xescugc commented Jul 2, 2021

If a resources we include is not Importable from the provider it was causing issues when used with CTY. With
this fix they are no longer an issue. This was potentially caused also if the Provider decided to not support
importing a resource that they use to on the past and we have it on the list.

Also regenerated code.

I've noticed the issue while testing #186 which was failing as we need to convert thing around with the new format. To keep that PR clean I opened this small one to fix this and then rebase the other with the fix.

@xescugc xescugc force-pushed the fg-not-importable branch 2 times, most recently from 85a60ed to a064f2a Compare July 2, 2021 08:47
If a resources we include is not Importable from the provider it was causing issues when used with CTY. With
this fix they are no longer an issue. This was potentially caused also if the Provider decided to not support
importing a resource that they use to on the past and we have it on the list
@xescugc xescugc force-pushed the fg-not-importable branch from a064f2a to 8dfc15c Compare July 2, 2021 08:55
@xescugc xescugc merged commit 9e158ff into master Jul 2, 2021
@xescugc xescugc deleted the fg-not-importable branch July 2, 2021 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant