reetasingh / terraform-provider-policy-sentry

https://registry.terraform.io/providers/reetasingh/policy-sentry/latest/docs
1 stars 1 forks source link

Data source name formatting #5

Open kmcquade opened 3 years ago

kmcquade commented 3 years ago

policy-sentry_document - can you replace the hyphen with an underscore, per Terraform snake case formatting conventions? policy_sentry_document

reetasingh commented 3 years ago

@kmcquade the name policy-sentry comes from the provider name. the name of data source should have provider name in the prefix

to change it to policy_sentry_document we also have to rename provider to policy_sentry

kmcquade commented 3 years ago

to change it to policy_sentry_document we also have to rename provider to policy_sentry

Ok, let's do that! :)