Skip to content
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ resource "random_pet" "name" {
length = var.length
}

resource "random_pet" "name3" {
resource "random_pet" "terradoc" {
length = var.length
}
2 changes: 1 addition & 1 deletion terraform-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ No modules.
| Name | Type |
|------|------|
| [random_pet.name](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet) | resource |
| [random_pet.name3](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet) | resource |
| [random_pet.terradoc](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet) | resource |

## Inputs

Expand Down