cyrilgdn / terraform-provider-postgresql

Terraform PostgreSQL provider
https://www.terraform.io/docs/providers/postgresql/
Mozilla Public License 2.0
376 stars 194 forks source link

postgresql_default_privileges: Fix `object_type` documentation #245

Closed a-suenami closed 2 years ago

a-suenami commented 2 years ago

Hi, thank you so much for great terraform provider.

I look that the argument “object_type” of postgresql_default_previledges resource supports a value “schema” but it doesn’t be described on a document.

I modified it so could you confirm my pull request?

Thank you.

a-suenami commented 2 years ago

Thank you for merging. 🙏