-
Notifications
You must be signed in to change notification settings - Fork 123
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(lb):clean up lb documentation #2421
base: master
Are you sure you want to change the base?
Conversation
edadcf2
to
50250fb
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2421 +/- ##
==========================================
- Coverage 73.78% 73.74% -0.04%
==========================================
Files 229 229
Lines 35699 35761 +62
==========================================
+ Hits 26339 26371 +32
- Misses 7096 7115 +19
- Partials 2264 2275 +11 ☔ View full report in Codecov by Sentry. |
03a79f4
to
5c267e1
Compare
5c267e1
to
3ade138
Compare
docs/resources/lb.md
Outdated
### Scaleway Load Balancer with multiple private_network | ||
|
||
```terraform | ||
resource "scaleway_lb" "main" { |
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.
Could you have self contained examples that can be copy and pasted in a stand alone way? You can see a preview of the document here: https://registry.terraform.io/tools/doc-preview
close #1695