Skip to content

chore: fix MD012 - #4087

Draft
remyleone wants to merge 2 commits into
scaleway:mainfrom
remyleone:MD012
Draft

chore: fix MD012#4087
remyleone wants to merge 2 commits into
scaleway:mainfrom
remyleone:MD012

Conversation

@remyleone

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings June 10, 2026 16:48
@remyleone
remyleone requested review from a team as code owners June 10, 2026 16:48
@github-actions github-actions Bot added rdb Managed MySQL and PostgreSQL issues, bugs and feature requests k8s Kubernetes Kapsule issues, bugs and feature requests object Object storage issues, bugs and feature requests vpc Virtual Private Cloud (VPC) issues, bugs and feature requests redis Managed Redis issues, bugs and feature requests iam IAM issues, bugs and feature requests secret Managed Secret Manager issues, bugs and feature requests baremetal vpcgw labels Jun 10, 2026
@remyleone
remyleone marked this pull request as draft June 10, 2026 16:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the provider documentation templates and generated markdown docs to comply with markdownlint rule MD012 (no multiple consecutive blank lines) and enables enforcement by no longer disabling MD012 in the repo’s rumdl config.

Changes:

  • Removed MD012 from the disabled rules list in .rumdl.toml.
  • Cleaned up markdown templates and generated docs by removing extra blank “spacer” lines.
  • Adjusted a few doc templates to avoid emitting empty description sections when .Description is not set.

Reviewed changes

Copilot reviewed 210 out of 262 changed files in this pull request and generated no comments.

Show a summary per file
File Description
templates/resources/vpc_connector.md.tmpl Removes extra blank spacer lines in the resource doc template.
templates/resources/tem_webhook.md.tmpl Removes an extra blank spacer line in the example snippet.
templates/resources/redis_cluster.md.tmpl Removes extra blank spacer lines around examples/sections.
templates/resources/rdb_user.md.tmpl Removes extra blank spacer lines around examples/sections.
templates/resources/rdb_instance.md.tmpl Removes extra blank spacer lines around examples section.
templates/resources/object_bucket.md.tmpl Removes an extra blank spacer line in examples loop.
templates/resources/object_bucket_server_side_encryption_configuration.md.tmpl Removes extra blank spacer lines in examples loop.
templates/resources/mongodb_user.md.tmpl Removes extra blank spacer lines around examples section.
templates/resources/mongodb_instance.md.tmpl Removes extra blank spacer lines around examples section.
templates/resources/k8s_pool.md.tmpl Removes extra blank spacer lines around examples section.
templates/resources/k8s_cluster.md.tmpl Removes extra blank spacer lines around examples section.
templates/resources/k8s_acl.md.tmpl Removes extra blank spacer lines around examples section.
templates/resources/interlink_routing_policy.md.tmpl Removes spacer lines and normalizes template block endings.
templates/resources/interlink_link.md.tmpl Removes an extra blank spacer line after description.
templates/resources/inference_model.md.tmpl Removes extra blank spacer lines around examples section.
templates/resources/iam_user.md.tmpl Removes extra blank spacer lines around examples section.
templates/resources/iam_scim.md.tmpl Removes extra blank spacer lines around examples section.
templates/resources/iam_saml.md.tmpl Removes extra blank spacer lines around examples section.
templates/resources/iam_saml_certificate.md.tmpl Removes extra blank spacer lines around examples section.
templates/resources/baremetal_server.md.tmpl Removes extra blank spacer lines around examples/sections.
templates/list-resources/vpc.md.tmpl Removes extra blank spacer lines in list-resource template.
templates/list-resources/vpc_route.md.tmpl Removes extra blank spacer lines in examples loop.
templates/list-resources/vpc_public_gateway.md.tmpl Removes extra blank spacer lines in examples loop.
templates/list-resources/vpc_public_gateway_ip.md.tmpl Removes extra blank spacer lines in examples loop.
templates/list-resources/vpc_private_network.md.tmpl Removes extra blank spacer lines in list-resource template.
templates/list-resources/vpc_connector.md.tmpl Removes extra blank spacer lines in examples loop.
templates/list-resources/secret.md.tmpl Removes extra blank spacer lines in examples loop.
templates/list-resources/secret_version.md.tmpl Removes extra blank spacer lines in examples loop.
templates/list-resources/redis_cluster.md.tmpl Removes extra blank spacer lines in list-resource template.
templates/list-resources/rdb_snapshot.md.tmpl Removes extra blank spacer lines in list-resource template.
templates/list-resources/rdb_instance.md.tmpl Removes extra blank spacer lines in list-resource template.
templates/list-resources/rdb_database.md.tmpl Removes extra blank spacer lines in list-resource template.
templates/list-resources/rdb_database_backup.md.tmpl Removes extra blank spacer lines in list-resource template.
templates/list-resources/opensearch_deployment.md.tmpl Removes extra blank spacer lines in list-resource template.
templates/list-resources/mongodb_instance.md.tmpl Removes extra blank spacer lines in list-resource template.
templates/list-resources/lb.md.tmpl Removes extra blank spacer lines in examples loop.
templates/list-resources/lb_frontend.md.tmpl Removes extra blank spacer lines in examples loop.
templates/list-resources/lb_backend.md.tmpl Removes extra blank spacer lines in examples loop.
templates/list-resources/key_manager_key.md.tmpl Removes extra blank spacer lines in examples loop.
templates/list-resources/ipam_ip.md.tmpl Removes extra blank spacer lines in examples loop.
templates/list-resources/iam_user.md.tmpl Removes extra blank spacer lines in examples loop.
templates/list-resources/iam_ssh_key.md.tmpl Removes extra blank spacer lines in examples loop.
templates/list-resources/iam_group.md.tmpl Removes extra blank spacer lines in examples loop.
templates/list-resources/iam_application.md.tmpl Removes extra blank spacer lines in examples loop.
templates/list-resources/domain_zone.md.tmpl Removes extra blank spacer lines in list-resource template.
templates/list-resources/domain_record.md.tmpl Removes extra blank spacer lines in examples loop.
templates/list-resources/account_project.md.tmpl Removes extra blank spacer lines in examples loop.
templates/guides/migration_guide_cockpit_alert_manager.md Removes trailing extra blank lines at end of guide template.
templates/ephemeral-resources/secret_version.md.tmpl Removes extra blank spacer lines around examples section.
templates/ephemeral-resources/key_manager_sign.md.tmpl Removes extra blank spacer lines around examples section.
templates/ephemeral-resources/iam_api_key.md.tmpl Removes extra blank spacer lines around examples section.
templates/ephemeral-resources/config.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/vpc_route.md.tmpl Removes extra blank spacer lines around examples blocks.
templates/data-sources/vpc_connector.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/vpc_acl.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/s2s_vpn_routing_policy.md.tmpl Wraps .Description rendering to avoid empty output + removes spacer lines.
templates/data-sources/s2s_vpn_gateway.md.tmpl Wraps .Description rendering to avoid empty output + removes spacer lines.
templates/data-sources/s2s_vpn_customer_gateway.md.tmpl Wraps .Description rendering to avoid empty output + removes spacer lines.
templates/data-sources/s2s_vpn_connection.md.tmpl Wraps .Description rendering to avoid empty output + removes spacer lines.
templates/data-sources/object_bucket_server_side_encryption_configuration.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/mongodb_databases.md.tmpl Removes extra blank spacer line around examples loop.
templates/data-sources/key_manager_verify.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/kafka_cluster.md.tmpl Removes extra blank spacer lines around schema sections.
templates/data-sources/k8s_version.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/k8s_pool.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/k8s_cluster.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/ipam_ip.md.tmpl Removes an extra blank spacer line in the examples markdown.
templates/data-sources/interlink_routing_policy.md.tmpl Wraps .Description rendering to avoid empty output + removes spacer lines.
templates/data-sources/interlink_pops.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/interlink_pop.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/interlink_partners.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/interlink_partner.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/interlink_link.md.tmpl Wraps .Description rendering to avoid empty output + removes spacer lines.
templates/data-sources/interlink_dedicated_connection.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/iam_scim.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/iam_saml.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/iam_saml_certificate.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/edge_services_waf_stage.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/edge_services_tls_stage.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/edge_services_route_stage.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/edge_services_pipeline.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/edge_services_dns_stage.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/edge_services_cache_stage.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/edge_services_backend_stage.md.tmpl Removes extra blank spacer lines around examples section.
templates/data-sources/cockpit_preconfigured_alert.md.tmpl Removes trailing extra blank lines at end of template.
templates/data-sources/audit_trail_event.md.tmpl Removes extra blank spacer lines around examples section.
templates/actions/rdb_read_replica_promote.md.tmpl Removes trailing extra blank line in action doc template.
templates/actions/rdb_instance_snapshot.md.tmpl Removes trailing extra blank line in action doc template.
templates/actions/rdb_instance_renew_certificate.md.tmpl Removes trailing extra blank line in action doc template.
templates/actions/rdb_instance_purge_logs.md.tmpl Removes trailing extra blank line in action doc template.
templates/actions/rdb_instance_prepare_logs.md.tmpl Removes trailing extra blank line in action doc template.
templates/actions/rdb_database_restore_backup.md.tmpl Removes trailing extra blank line in action doc template.
templates/actions/rdb_database_export_backup.md.tmpl Removes trailing extra blank line in action doc template.
templates/actions/iam_update_saml_configuration.md.tmpl Removes extra blank spacer lines around examples section.
templates/actions/cockpit_trigger_test_alert.md.tmpl Removes trailing extra blank line in action doc template.
templates/actions/apple_silicon_reboot_server.md.tmpl Removes trailing extra blank line in action doc template.
internal/services/vpcgw/descriptions/refresh_ssh_keys_action.md Removes an extra spacer line marker to satisfy MD012.
internal/services/vpc/descriptions/connector_resource.md Removes an extra spacer line marker to satisfy MD012.
internal/services/vpc/descriptions/connector_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/secret/descriptions/version_ephemeral_resource.md Removes an extra spacer line marker to satisfy MD012.
internal/services/scwconfig/descriptions/scw_config_ephemeral_resource.md Removes an extra spacer line marker to satisfy MD012.
internal/services/s2svpn/descriptions/connection_enable_route_propagation_action.md Fixes an extra spacer line marker before a code fence.
internal/services/s2svpn/descriptions/connection_disable_route_propagation_action.md Fixes an extra spacer line marker before a code fence.
internal/services/redis/descriptions/cluster.md Removes an extra spacer line marker under the security best practice section.
internal/services/rdb/descriptions/user.md Removes an extra spacer line marker under the security best practice section.
internal/services/rdb/descriptions/instance.md Removes an extra spacer line marker under the security best practice section.
internal/services/rdb/descriptions/instance_restart_action.md Removes an extra spacer line marker to satisfy MD012.
internal/services/opensearch/descriptions/deployment.md Removes an extra spacer line marker to satisfy MD012.
internal/services/object/descriptions/bucket_server_side_encryption_configuration_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/mongodb/descriptions/user.md Removes an extra spacer line marker under the security best practice section.
internal/services/mongodb/descriptions/instance.md Removes an extra spacer line marker under the security best practice section.
internal/services/mongodb/descriptions/databases_datasource.md Removes an extra spacer line marker to satisfy MD012.
internal/services/keymanager/descriptions/sign_ephemeral_resource.md Removes an extra spacer line marker to satisfy MD012.
internal/services/keymanager/descriptions/generate_data_key_ephemeral_resource.md Removes an extra spacer line marker to satisfy MD012.
internal/services/keymanager/descriptions/encrypt_ephemeral_resource.md Removes an extra spacer line marker to satisfy MD012.
internal/services/keymanager/descriptions/decrypt_ephemeral_resource.md Removes an extra spacer line marker to satisfy MD012.
internal/services/k8s/descriptions/version_datasource.md Removes an extra spacer line marker to satisfy MD012.
internal/services/k8s/descriptions/pool.md Removes an extra spacer line marker to satisfy MD012.
internal/services/k8s/descriptions/pool_datasource.md Removes an extra spacer line marker to satisfy MD012.
internal/services/k8s/descriptions/cluster.md Removes an extra spacer line marker to satisfy MD012.
internal/services/k8s/descriptions/cluster_datasource.md Removes an extra spacer line marker to satisfy MD012.
internal/services/k8s/descriptions/acl.md Removes an extra spacer line marker to satisfy MD012.
internal/services/interlink/descriptions/routing_policy.md Removes an extra spacer line marker to satisfy MD012.
internal/services/interlink/descriptions/routing_policy_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/interlink/descriptions/pops_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/interlink/descriptions/pop_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/interlink/descriptions/partners_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/interlink/descriptions/partner_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/interlink/descriptions/link.md Removes an extra spacer line marker to satisfy MD012.
internal/services/interlink/descriptions/link_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/interlink/descriptions/dedicated_connection_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/inference/descriptions/model.md Removes an extra spacer line marker under the security best practice section.
internal/services/iam/descriptions/user.md Removes an extra spacer line marker under the security best practice section.
internal/services/iam/descriptions/update_saml_configuration_action.md Removes an extra spacer line marker to satisfy MD012.
internal/services/iam/descriptions/scim_resource.md Removes an extra spacer line marker to satisfy MD012.
internal/services/iam/descriptions/scim_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/iam/descriptions/saml_resource.md Removes an extra spacer line marker to satisfy MD012.
internal/services/iam/descriptions/saml_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/iam/descriptions/saml_certificate_resource.md Removes an extra spacer line marker to satisfy MD012.
internal/services/iam/descriptions/saml_certificate_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/edgeservices/descriptions/waf_stage_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/edgeservices/descriptions/tls_stage_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/edgeservices/descriptions/route_stage_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/edgeservices/descriptions/pipeline_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/edgeservices/descriptions/dns_stage_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/edgeservices/descriptions/cache_stage_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/edgeservices/descriptions/backend_stage_data_source.md Removes an extra spacer line marker to satisfy MD012.
internal/services/baremetal/descriptions/server.md Removes an extra spacer line marker under the security best practice section.
docs/resources/vpc_connector.md Removes extra blank spacer lines in rendered docs.
docs/resources/tem_webhook.md Removes an extra blank spacer line in rendered docs.
docs/resources/redis_cluster.md Removes extra blank spacer lines in rendered docs.
docs/resources/rdb_user.md Removes extra blank spacer lines in rendered docs.
docs/resources/rdb_instance.md Removes extra blank spacer lines in rendered docs.
docs/resources/object_bucket.md Removes extra blank spacer lines in rendered docs.
docs/resources/object_bucket_server_side_encryption_configuration.md Removes extra blank spacer lines in rendered docs.
docs/resources/mongodb_user.md Removes extra blank spacer lines in rendered docs.
docs/resources/mongodb_instance.md Removes extra blank spacer lines in rendered docs.
docs/resources/k8s_pool.md Removes extra blank spacer lines in rendered docs.
docs/resources/k8s_cluster.md Removes extra blank spacer lines in rendered docs.
docs/resources/k8s_acl.md Removes extra blank spacer lines in rendered docs.
docs/resources/interlink_routing_policy.md Removes extra blank spacer lines in rendered docs.
docs/resources/interlink_link.md Removes extra blank spacer lines in rendered docs.
docs/resources/inference_model.md Removes extra blank spacer lines in rendered docs.
docs/resources/iam_user.md Removes extra blank spacer lines in rendered docs.
docs/resources/iam_scim.md Removes extra blank spacer lines in rendered docs.
docs/resources/iam_saml.md Removes extra blank spacer lines in rendered docs.
docs/resources/iam_saml_certificate.md Removes extra blank spacer lines in rendered docs.
docs/resources/baremetal_server.md Removes extra blank spacer lines in rendered docs.
docs/list-resources/vpc.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/vpc_route.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/vpc_public_gateway.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/vpc_public_gateway_ip.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/vpc_private_network.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/vpc_connector.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/secret.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/secret_version.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/redis_cluster.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/rdb_snapshot.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/rdb_instance.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/rdb_database.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/rdb_database_backup.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/opensearch_deployment.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/mongodb_instance.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/lb.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/lb_frontend.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/lb_backend.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/key_manager_key.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/ipam_ip.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/iam_user.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/iam_ssh_key.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/iam_group.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/iam_application.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/domain_zone.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/domain_record.md Removes extra blank spacer lines in rendered list docs.
docs/list-resources/account_project.md Removes extra blank spacer lines in rendered list docs.
docs/guides/migration_guide_cockpit_alert_manager.md Removes trailing extra blank lines in rendered guide.
docs/ephemeral-resources/secret_version.md Removes extra blank spacer lines in rendered ephemeral docs.
docs/ephemeral-resources/key_manager_sign.md Removes extra blank spacer lines in rendered ephemeral docs.
docs/ephemeral-resources/key_manager_generate_data_key.md Removes extra blank spacer lines in rendered ephemeral docs.
docs/ephemeral-resources/key_manager_encrypt.md Removes extra blank spacer lines in rendered ephemeral docs.
docs/ephemeral-resources/key_manager_decrypt.md Removes extra blank spacer lines in rendered ephemeral docs.
docs/ephemeral-resources/iam_api_key.md Removes extra blank spacer lines in rendered ephemeral docs.
docs/ephemeral-resources/config.md Removes extra blank spacer lines in rendered ephemeral docs.
docs/data-sources/vpc_route.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/vpc_connector.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/vpc_acl.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/s2s_vpn_routing_policy.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/s2s_vpn_gateway.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/s2s_vpn_customer_gateway.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/s2s_vpn_connection.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/object_bucket_server_side_encryption_configuration.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/mongodb_databases.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/key_manager_verify.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/kafka_cluster.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/k8s_version.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/k8s_pool.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/k8s_cluster.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/ipam_ip.md Removes an extra blank spacer line in rendered data source docs.
docs/data-sources/interlink_routing_policy.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/interlink_pops.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/interlink_pop.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/interlink_partners.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/interlink_partner.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/interlink_link.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/interlink_dedicated_connection.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/iam_scim.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/iam_saml.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/iam_saml_certificate.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/edge_services_waf_stage.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/edge_services_tls_stage.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/edge_services_route_stage.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/edge_services_pipeline.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/edge_services_dns_stage.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/edge_services_cache_stage.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/edge_services_backend_stage.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/cockpit_products.md Removes extra blank spacer lines in rendered data source docs.
docs/data-sources/cockpit_preconfigured_alert.md Removes trailing extra blank lines in rendered data source docs.
docs/data-sources/audit_trail_event.md Removes extra blank spacer lines in rendered data source docs.
docs/actions/vpc_public_gateway_refresh_ssh_keys.md Removes extra blank spacer lines in rendered action docs.
docs/actions/s2s_vpn_connection_enable_route_propagation.md Removes extra blank spacer lines in rendered action docs.
docs/actions/s2s_vpn_connection_disable_route_propagation.md Removes extra blank spacer lines in rendered action docs.
docs/actions/rdb_read_replica_reset.md Removes trailing extra blank lines in rendered action docs.
docs/actions/rdb_read_replica_promote.md Removes trailing extra blank lines in rendered action docs.
docs/actions/rdb_instance_snapshot.md Removes trailing extra blank lines in rendered action docs.
docs/actions/rdb_instance_restart.md Removes extra blank spacer lines in rendered action docs.
docs/actions/rdb_instance_renew_certificate.md Removes trailing extra blank lines in rendered action docs.
docs/actions/rdb_instance_purge_logs.md Removes trailing extra blank lines in rendered action docs.
docs/actions/rdb_instance_prepare_logs.md Removes trailing extra blank lines in rendered action docs.
docs/actions/rdb_database_restore_backup.md Removes trailing extra blank lines in rendered action docs.
docs/actions/rdb_database_export_backup.md Removes trailing extra blank lines in rendered action docs.
docs/actions/mongodb_instance_snapshot.md Removes trailing extra blank lines in rendered action docs.
docs/actions/key_manager_rotate_key.md Removes trailing extra blank lines in rendered action docs.
docs/actions/job_definition_start.md Removes an extra blank spacer line before an Important note.
docs/actions/instance_server_action.md Removes trailing extra blank lines in rendered action docs.
docs/actions/instance_export_snapshot.md Removes trailing extra blank lines in rendered action docs.
docs/actions/instance_create_snapshot.md Removes trailing extra blank lines in rendered action docs.
docs/actions/iam_update_saml_configuration.md Removes extra blank spacer lines in rendered action docs.
docs/actions/cockpit_trigger_test_alert.md Removes trailing extra blank lines in rendered action docs.
docs/actions/block_export_snapshot.md Removes trailing extra blank lines in rendered action docs.
docs/actions/baremetal_server_action.md Removes trailing extra blank lines in rendered action docs.
docs/actions/apple_silicon_reboot_server.md Removes trailing extra blank lines in rendered action docs.
.rumdl.toml Enables MD012 by removing it from the disabled rule list.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov-commenter

codecov-commenter commented Jun 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 2.00%. Comparing base (82bf890) to head (c18a739).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff            @@
##            main   #4087      +/-   ##
========================================
- Coverage   2.00%   2.00%   -0.01%     
========================================
  Files        578     578              
  Lines      65813   65893      +80     
========================================
- Hits        1322    1318       -4     
- Misses     64392   64474      +82     
- Partials      99     101       +2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@remyleone remyleone mentioned this pull request Jul 1, 2026
14 tasks
remyleone added 2 commits July 8, 2026 15:07
# Conflicts:
#	.rumdl.toml
#	docs/actions/rdb_instance_restart.md
#	docs/data-sources/audit_trail_event.md
#	docs/data-sources/cockpit_products.md
#	docs/data-sources/key_manager_verify.md
#	docs/ephemeral-resources/iam_api_key.md
#	docs/resources/k8s_cluster.md
#	docs/resources/k8s_pool.md
#	templates/resources/k8s_cluster.md.tmpl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

baremetal iam IAM issues, bugs and feature requests k8s Kubernetes Kapsule issues, bugs and feature requests object Object storage issues, bugs and feature requests rdb Managed MySQL and PostgreSQL issues, bugs and feature requests redis Managed Redis issues, bugs and feature requests secret Managed Secret Manager issues, bugs and feature requests vpc Virtual Private Cloud (VPC) issues, bugs and feature requests vpcgw

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants