Skip to content

Commit

Permalink
Update Terraform netbox to v3.9.0 (#28)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [netbox](https://registry.terraform.io/providers/e-breuninger/netbox)
([source](https://togithub.com/e-breuninger/terraform-provider-netbox))
| required_provider | minor | `3.8.9` -> `3.9.0` |
| [netbox](https://registry.terraform.io/providers/e-breuninger/netbox)
([source](https://togithub.com/e-breuninger/terraform-provider-netbox))
| required_provider | minor | `~> 3.8.0` -> `~> 3.9.0` |

---

### Release Notes

<details>
<summary>e-breuninger/terraform-provider-netbox (netbox)</summary>

###
[`v3.9.0`](https://togithub.com/e-breuninger/terraform-provider-netbox/releases/tag/v3.9.0)

[Compare
Source](https://togithub.com/e-breuninger/terraform-provider-netbox/compare/v3.8.9...v3.9.0)

#### 3.9.0 (August 10th, 2024)

ENHANCEMENTS

-   provider: Now is tested against (= supports) the NetBox 4.0.x range.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/ffddorf/terraform-gre-sites).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marcus Weiner <[email protected]>
  • Loading branch information
renovate[bot] and mraerino authored Aug 25, 2024
1 parent 81c0386 commit 4bb44b2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 21 deletions.
29 changes: 11 additions & 18 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/available_interfaces/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
netbox = {
source = "e-breuninger/netbox"
version = "~> 3.8.0"
version = "~> 3.9.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/device/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
netbox = {
source = "e-breuninger/netbox"
version = "~> 3.8.0"
version = "~> 3.9.0"
}
}
}
2 changes: 1 addition & 1 deletion providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
netbox = {
source = "e-breuninger/netbox"
version = "3.8.9"
version = "3.9.0"
}
}
}
Expand Down

0 comments on commit 4bb44b2

Please sign in to comment.