this repo has no description
0
fork

Configure Feed

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

fix(terraform): update terraform routeros ( 1.99.0 → 1.99.1 ) (#2417)

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

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
a11a4cf6 55f601ef

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