Add postgresql_grant_role resource #4
Merged
cyrilgdn merged 22 commits intocyrilgdn:masterfrom Dec 21, 2020
Merged
Conversation
Co-authored-by: Danny Hermes <daniel.j.hermes@gmail.com>
Co-authored-by: Danny Hermes <daniel.j.hermes@gmail.com>
Co-authored-by: Danny Hermes <daniel.j.hermes@gmail.com>
Co-authored-by: Danny Hermes <daniel.j.hermes@gmail.com>
Owner
|
@dvdliao Thanks for recreating it here, Hashicorp should have migrated the PRs & issues of the old repository but as it's still not the case we'll use this one. I'll take a look this week-end. Could you just rebase on master? I fixed the Travis build so it should pass now. |
Contributor
Author
|
@cyrilgdn done. thanks! |
cyrilgdn
requested changes
Dec 12, 2020
|
|
||
| ~> **Note:** This resource needs PostgreSQL version 9 or above. | ||
|
|
||
| ~> **Note:** `postgresql_grant_role` **cannot** be used in conjunction with `postgresql_role` or they will fight over what your role grants should be. |
Owner
There was a problem hiding this comment.
Nice 👍 I encountered this conflict during my test and I was about to say that we need that we need to add this warning but you already added it 😊
Closed
added 4 commits
December 13, 2020 16:52
Contributor
Author
|
@cyrilgdn done and thanks! |
cyrilgdn
reviewed
Dec 14, 2020
Contributor
Author
|
@cyrilgdn done |
Contributor
Author
|
hey @cyrilgdn any idea when a release will be cut? i see the milestone as completed https://github.com/cyrilgdn/terraform-provider-postgresql/milestone/2?closed=1 |
Owner
wilsonjackson
referenced
this pull request
in Leafly-com/terraform-provider-postgresql
Jan 6, 2023
Update from upstream
martimarkov
pushed a commit
to martimarkov/terraform-provider-postgresql
that referenced
this pull request
Mar 4, 2026
Merge main repo commits 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Copying from hashicorp/terraform-provider-postgresql#189
Fix #6