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 189 forks source link

mysql plan with target not working #14

Closed kshcherban closed 6 years ago

kshcherban commented 7 years ago

Terraform Version

terraform -v
Terraform v0.9.11

When run terraform plan -target mysql_user.example

terraform plan -target mysql_user.wkda_users[99]
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.

Error running plan: 1 error(s) occurred:

* provider.mysql: dial tcp: missing address
radeksimko commented 7 years ago

Hi @kshcherban, to better understand the issue & make it easier to reproduce for anyone else would you mind sharing more details? e.g.

Thanks.

joestump commented 6 years ago

Looks like your provider hasn't defined an endpoint? I'm going to close this out due to lack of response.