-
Notifications
You must be signed in to change notification settings - Fork 23
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
feat: add allow_replace to server resource #712
Conversation
@@ -198,7 +200,7 @@ | |||
- Fix documentation for `ionoscloud_server`, `ionoscloud_volume`, `ionoscloud_lan` resources and `ionoscloud_image` data sources | |||
|
|||
### Enhancements | |||
- Add configurable fields to `ionoscloud_share` resource. Fields that can be set on creation: `description`, `sec_auth_protection`, `licence_type`. | |||
- Add configurable fields to `ionoscloud_share` resource. Fields that can be set on creation: `description`, `sec_auth_protection`, `licence_type`. |
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.
@cristiGuranIonos do you use some kind of formatting tool for this file? I'm just curious where these changes are coming from.
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.
no idea how they got added back. Maybe on merge in some way. Will leave as is, it does not matter.
- Split tests with build tags | ||
- Improve http client performance and timeouts | ||
|
||
### Documentations: | ||
### Documentations: |
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.
@cristiGuranIonos these look like some new white spaces, not sure if you actually wanted to add these. Anyway, it doesn't matter.
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.
a previous commit had removed these. Not sure how they got added back. Will take a look
Co-authored-by: Deatcu Andrei-Cristian <[email protected]>
|
What does this fix or implement?
Checklist
feat:
/fix:
/doc:
/test:
/refactor:
)