Skip to content

Commit

Permalink
Merge pull request #61 from Prebiusta/patch-1
Browse files Browse the repository at this point in the history
Update intro.md indentation
  • Loading branch information
arnaudlh authored May 29, 2024
2 parents 0433564 + 5bac8e0 commit b259b91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/versioned_docs/version-2203.1/provider/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ Example usage:
```terraform
resource "azurecaf_name" "rg_example" {
name = "demogroup"
resource_type = "azurerm_resource_group"
prefixes = ["a", "b"]
suffixes = ["y", "z"]
random_length = 5
clean_input = true
resource_type = "azurerm_resource_group"
prefixes = ["a", "b"]
suffixes = ["y", "z"]
random_length = 5
clean_input = true
}
resource "azurerm_resource_group" "demo" {
Expand Down

0 comments on commit b259b91

Please sign in to comment.