Azure / terraform-azurerm-naming

MIT License
223 stars 112 forks source link

bastion_host get the wrong slug #65

Open peepeepopapapeepeepo opened 3 years ago

peepeepopapapeepeepo commented 3 years ago
  {
    "name": "bastion_host",
    "length": {
      "min": 1,
      "max": 80
    },
    "regex": "^(?=.{1,80}$)[a-zA-Z0-9][a-zA-Z0-9-._]+[a-zA-Z0-9_]$",
    "scope": "parent",
    "slug": "snap",     <--- here
    "dashes": true
  }
reza-esfandyari commented 2 years ago

Hi, any plan to get this fixed? it has been a while since the issue was reported. seems to be an easy fix. Thanks

natilik-mikeguy commented 1 year ago

I've submitted a PR to resolve this - hopefully it gets reviewed and approved, but I'm not sure this repo is being maintained anymore by the looks of the last date. #92

I may fork and maintain myself if this is the case, as it was a nice little helper module!