-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
bugfix: provider validation for subscription_id
#27178
bugfix: provider validation for subscription_id
#27178
Conversation
…m validate` to work when it is unspecified
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.
LGTM
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.
LGTM 🧪
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Using the following test configuration:
terraform validate
with no subscription IDterraform validate
with invalid subscription IDterraform validate
with valid subscription IDterraform plan
with no subscription IDterraform plan
with invalid subscription IDterraform plan
with valid subscription IDChange Log
Below please provide what should go into the changelog (if anything) conforming to the Changelog Format documented here.
terraform validate
from working whensubscription_id
is not specifiedThis is a (please select all that apply):
Note
If this PR changes meaningfully during the course of review please update the title and description as required.
fixes: #27154 #27175