terraform-google-modules / terraform-docs-samples

Terraform samples intended for inclusion in cloud.google.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can we scrub dashes from any resources names and replace with `_`

bharathkkb opened this issue · comments

can we scrub dashes from any resources names and replace with _

Originally posted by @rogerthatdev in #143 (comment)

I'm working on this

@bharathkkb san, is there any advantage with this?

@bharathkkb san, is there any advantage with this?

It's good to have a convention and follow it for consistency. We also tell customers to use this convention:
https://cloud.google.com/docs/terraform/best-practices-for-terraform#naming-convention

Hi, this merge is a one time thing! We need a bot to do this checking for PR's + we need a style guide.

Raised a PR: #505