Skip to content

Commit 6e4f017

Browse files
committed
chore: update docs
1 parent 0d0a8ad commit 6e4f017

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: |-
77

88
# Netbox Provider
99

10-
The Terraform Netbox provider is a plugin for Terraform that allows for the full lifecycle management of [Netbox](https://docs.netbox.dev/en/stable/) resources.
10+
The Terraform Netbox provider is a plugin for Terraform that allows for the full lifecycle management of [Netbox](https://netboxlabs.com/docs/netbox/) resources.
1111

1212
Use the navigation to the left to read about the available resources.
1313

@@ -16,6 +16,7 @@ Netbox often makes breaking API changes even in non-major releases. Check the ta
1616

1717
| Netbox version | Provider version |
1818
| --------------- | ---------------- |
19+
| v4.2.2 - 4.2.9 | v4.0.0 and up |
1920
| v4.1.0 - 4.1.11 | v3.10.0 and up |
2021
| v4.0.0 - 4.0.11 | v3.9.0 - 3.9.2 |
2122
| v3.7.0 - 3.7.8 | v3.8.0 - 3.8.9 |

docs/resources/ip_address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ resource "netbox_ip_address" "this" {
9393

9494
### Creating an IP address that is not assigned to anything
9595

96-
You can create an IP address that is not assigend to anything by omitting the attributes mentioned above.
96+
You can create an IP address that is not assigned to anything by omitting the attributes mentioned above.
9797

9898
```terraform
9999
resource "netbox_ip_address" "this" {

templates/index.md.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: |-
77

88
# Netbox Provider
99

10-
The Terraform Netbox provider is a plugin for Terraform that allows for the full lifecycle management of [Netbox](https://docs.netbox.dev/en/stable/) resources.
10+
The Terraform Netbox provider is a plugin for Terraform that allows for the full lifecycle management of [Netbox](https://netboxlabs.com/docs/netbox/) resources.
1111

1212
Use the navigation to the left to read about the available resources.
1313

@@ -16,6 +16,7 @@ Netbox often makes breaking API changes even in non-major releases. Check the ta
1616

1717
| Netbox version | Provider version |
1818
| --------------- | ---------------- |
19+
| v4.2.2 - 4.2.9 | v4.0.0 and up |
1920
| v4.1.0 - 4.1.11 | v3.10.0 and up |
2021
| v4.0.0 - 4.0.11 | v3.9.0 - 3.9.2 |
2122
| v3.7.0 - 3.7.8 | v3.8.0 - 3.8.9 |

templates/resources/ip_address.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ With `object_type` and `interface_id`:
3535

3636
### Creating an IP address that is not assigned to anything
3737

38-
You can create an IP address that is not assigend to anything by omitting the attributes mentioned above.
38+
You can create an IP address that is not assigned to anything by omitting the attributes mentioned above.
3939

4040
{{ tffile "examples/resources/netbox_ip_address/standalone.tf" }}
4141

0 commit comments

Comments
 (0)