Skip to content

Commit

Permalink
chore: reference the right example tfconfig
Browse files Browse the repository at this point in the history
chore: reference the right example tfconfig
  • Loading branch information
bschaatsbergen committed Aug 9, 2024
1 parent 415eab5 commit 582f62e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/ip.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "ip" "example" {

```terraform
resource "ip" "example" {
cidr_range = "10.1.0.0/16"
cidr_range = "2001:db8::/32"
}
```

Expand Down
2 changes: 1 addition & 1 deletion templates/resources/ip.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description: |-

### IPv6

{{ tffile (printf "examples/resources/%s/ipv4.tf" .Name)}}
{{ tffile (printf "examples/resources/%s/ipv6.tf" .Name)}}

### Using a count

Expand Down

0 comments on commit 582f62e

Please sign in to comment.