-
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
Mark ip_configuration as Required #22154
Mark ip_configuration as Required #22154
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.
Hi @CiucurDaniel thanks for spotting this. It looks like this also needs updated in the schema here too:
Optional: true, |
Sure, doing it now. |
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.
Thanks @CiucurDaniel LGTM!
Thank you as well! @catriona-m 😄 |
* Mark ip_configuration as Required * Make ip_configuration a required attribute * Update internal/services/network/bastion_host_resource.go --------- Co-authored-by: kt <[email protected]> Co-authored-by: catriona-m <[email protected]>
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. |
This PR fixes the issue: Attribute "ip_configuration" should not be marked as (Optional) #22152
Fixes #22152