Skip to content

Commit

Permalink
Merge pull request #728 from ovh/ava-fix-vrackname
Browse files Browse the repository at this point in the history
[DOC] Fix vrack name allowed
  • Loading branch information
amstuta authored Sep 20, 2024
2 parents 33e8e00 + 99ba033 commit 6f4c2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/vrack.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ data "ovh_order_cart_product_plan" "vrack" {
resource "ovh_vrack" "vrack" {
ovh_subsidiary = data.ovh_order_cart.mycart.ovh_subsidiary
name = "my vrack"
name = "my-vrack"
description = "my vrack"
plan {
Expand Down

0 comments on commit 6f4c2d7

Please sign in to comment.