Skip to content

Commit

Permalink
Incorrect Usage example for using a unique name. (Azure#27)
Browse files Browse the repository at this point in the history
The example tf code block is not correct
  • Loading branch information
sujithq authored Aug 30, 2020
1 parent 6a72b3e commit 21ab565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module "naming" {
suffix = [ "test" ]
}
resource "azurerm_resource_group" "example" {
name = module.naming.resource_group.name
name = module.naming.resource_group.name_unique
location = "West Europe"
}
```
Expand Down

0 comments on commit 21ab565

Please sign in to comment.