Skip to content

Commit

Permalink
chore(deps): update terraform routeros to v1.61.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kid committed Aug 28, 2024
1 parent 1fdfaf9 commit 1edad85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/modules/ros-container/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
routeros = {
source = "terraform-routeros/routeros"
version = "1.61.0"
version = "1.61.1"
}
}
}
2 changes: 1 addition & 1 deletion terraform/stacks/network-dns/init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
routeros = {
source = "terraform-routeros/routeros"
version = "1.61.0"
version = "1.61.1"
}
powerdns = {
source = "pan-net/powerdns"
Expand Down
2 changes: 1 addition & 1 deletion terraform/stacks/talos-cluster/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
routeros = {
source = "terraform-routeros/routeros"
version = "1.61.0"
version = "1.61.1"
}
proxmox = {
source = "bpg/proxmox"
Expand Down

0 comments on commit 1edad85

Please sign in to comment.