hashicorp / terraform-provider-mysql

Terraform MySQL provider – This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://www.terraform.io/docs/providers/mysql/
Mozilla Public License 2.0
61 stars 187 forks source link

Document env vars. #103

Closed martinssipenko closed 5 years ago

martinssipenko commented 5 years ago

According to https://github.com/terraform-providers/terraform-provider-mysql/blob/master/mysql/provider.go#L33 environment variables can be used to configure provider. This PR documents the env variables that can be used.

davidji99 commented 5 years ago

Nice! Thanks for the changes.