Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/mysql: user and grant resources #7656

Merged
merged 3 commits into from
Jul 26, 2016

Conversation

jtopjian
Copy link
Contributor

No description provided.

This commit introduces a mysql_user resource. It includes basic
functionality of adding a user@host along with a password.
This commit introduces a mysql_grant resource. It can grant a set
of privileges to a user against a whole database.
@jtopjian jtopjian changed the title Mysql user and grant resources provider/mysql: user and grant resources Jul 14, 2016
@stack72
Copy link
Contributor

stack72 commented Jul 26, 2016

Hi @jtopjian

This is a simple merge :) Thanks!

[stacko@Pauls-MacBook-Pro:~/Code/go/src/github.com/hashicorp/terraform on jtopjian-mysql-user-grant-resources]
% make testacc TEST=./builtin/providers/mysql TESTARGS='-run=TestAccGrant'                                                                                                      1 ↵
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
TF_ACC=1 go test ./builtin/providers/mysql -v -run=TestAccGrant -timeout 120m
=== RUN   TestAccGrant
--- PASS: TestAccGrant (0.04s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/mysql  0.051s

[stacko@Pauls-MacBook-Pro:~/Code/go/src/github.com/hashicorp/terraform on jtopjian-mysql-user-grant-resources]
% make testacc TEST=./builtin/providers/mysql TESTARGS='-run=TestAccUser'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
TF_ACC=1 go test ./builtin/providers/mysql -v -run=TestAccUser -timeout 120m
=== RUN   TestAccUser
--- PASS: TestAccUser (0.03s)
PASS
ok      github.com/hashicorp/terraform/builtin/providers/mysql  0.040s

@stack72 stack72 merged commit 8623803 into hashicorp:master Jul 26, 2016
@jtopjian
Copy link
Contributor Author

Thanks, Paul!

@jtopjian jtopjian deleted the mysql-user-grant-resources branch March 23, 2017 16:08
@ghost
Copy link

ghost commented Apr 15, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 15, 2020
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants