this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(terraform): update terraform routeros ( 1.98.0 → 1.99.0 ) (#2401)

| datasource | package | from | to |
| ------------------ | --------------------------- | ------ | ------ |
| terraform-provider | terraform-routeros/routeros | 1.98.0 | 1.99.0 |

Co-authored-by: samip5-bot[bot] <118629685+samip5-bot[bot]@users.noreply.github.com>

authored by

samip5-bot[bot]
samip5-bot[bot]
and committed by
GitHub
c592fdf1 13c86ae9

+1 -1
+1 -1
terraform/mikrotik/provider.tf
··· 5 5 required_providers { 6 6 routeros = { 7 7 source = "terraform-routeros/routeros" 8 - version = "1.98.0" 8 + version = "1.99.0" 9 9 } 10 10 } 11 11 #backend "pg" {