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: terratag inconsistent behaviour with the google-beta provider #173

Merged
merged 6 commits into from
Apr 19, 2023

Conversation

TomerHeber
Copy link
Collaborator

@TomerHeber TomerHeber commented Apr 16, 2023

I added back needed code that handles provider name and specifically google-beta.

fixes #172

Copy link
Contributor

@yaronya yaronya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TomerHeber can we add a test to this use case? Seems like it needs one

@TomerHeber
Copy link
Collaborator Author

TomerHeber commented Apr 16, 2023

@TomerHeber can we add a test to this use case? Seems like it needs one

@yaronya added and test.
Found some issues and fixed them.
Should work fine.

@@ -10,22 +10,22 @@ jobs:
timeout-minutes: 10
runs-on: ubuntu-20.04
steps:
- name: Checkout code
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to come before setup-go action. Otherwise, there's a warning.

@TomerHeber TomerHeber merged commit 016ab4c into master Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

terratag inconsistent behaviour with the google-beta provider
2 participants