-
Notifications
You must be signed in to change notification settings - Fork 127
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(instance_server): support sbs_volume as root volume #2641
feat(instance_server): support sbs_volume as root volume #2641
Conversation
75856ad
to
c2b0a44
Compare
24a18a0
to
a38920a
Compare
5376b1e
to
04cdc94
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2641 +/- ##
==========================================
- Coverage 71.43% 71.07% -0.37%
==========================================
Files 277 337 +60
Lines 35875 34101 -1774
==========================================
- Hits 25628 24236 -1392
+ Misses 8028 7514 -514
- Partials 2219 2351 +132 ☔ View full report in Codecov by Sentry. |
resource "scaleway_instance_server" "server" { | ||
type = "PLAY2-MICRO" | ||
image = "ubuntu_jammy" | ||
root_volume { |
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.
How is it possible to find this volume from a data source? Does it have a name/id ?
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.
This creates a new volume, why would we use a data source ?
No description provided.