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.76.2 → 1.76.3 ) (#2132)

| datasource | package | from | to |
| ------------------ | --------------------------- | ------ | ------ |
| terraform-provider | terraform-routeros/routeros | 1.76.2 | 1.76.3 |

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
37966ab0 17eeea48

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