mineiros-io / terraform-google-service-account

A Terraform module to deploy and manage service accounts in Google Cloud https://cloud.google.com/iam/docs/service-accounts
Apache License 2.0
1 stars 4 forks source link

feat/google service account key #38

Open nitesh8860 opened 1 year ago

nitesh8860 commented 1 year ago

Hi, This PR is to fulfil the requirement at https://github.com/mineiros-io/terraform-google-service-account/issues/37 I've added resource, tests and example tf, Please let me know for any changes. i was trying to add documentation related to this change, but the pre-commit hook was failing with terradoc, i couldn't understand why, i will check that again.

Terradoc generate........................................................Failed
- hook id: terradoc-generate
- files were modified by this hook

i then committed without the doc changes, Please let me how can i fix this.

Thanks