-
Notifications
You must be signed in to change notification settings - Fork 44
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
Conversation
There was a problem hiding this 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
@yaronya added and test. |
@@ -10,22 +10,22 @@ jobs: | |||
timeout-minutes: 10 | |||
runs-on: ubuntu-20.04 | |||
steps: | |||
- name: Checkout code |
There was a problem hiding this comment.
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.
I added back needed code that handles provider name and specifically google-beta.
fixes #172